#E5562A

Color #E5562A Chilean Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chilean Fire #E5562A

Tints of Chilean Fire #E5562A

Color information

#E5562A (or 0xE5562A) is unknown color: approx Chilean Fire. HEX triplet: E5, 56 and 2A. RGB value is (229,86,42). Sum of RGB (Red+Green+Blue) = 229+86+42=357 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.15% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 229 - color contains mainly: red. Hex color #E5562A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5562A is #1AA9D5. Grayscale: #7C7C7C. Windows color (decimal): -1747414 or 2774757. OLE color: 2774757.

HSL color Cylindrical-coordinate representation of color #E5562A: hue angle of 14.12º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5562A is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB2298642-
CMYK00.620.820.10
HSL14.12º78.24%53.14%-
HSV(B)14.12º81.66%89.8%-
XYZ36.0623.484.82-
YUV123.7481.88203.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 64.15%
GREEN value IS 86 (33.98% from 255) = 24.09%
BLUE value IS 42 (16.80% from 255) = 11.76%
R=64.15%
G=24.09%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.82
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229864200.620.820.1014.1278.2453.14
HexE5562A03E52Ae4e35
Octal34512652076122121611665
Binary11100101101011010101001111101010010101011101001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5562A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5562A; }

 p { color: rgb(229,86,42); }

 H1.HeaderClassName
 {
   color: #E5562A;
 }
 .AnyTagClassName
 {
   color: #E5562A;
 }
</style>
background-color css

<style>
 a { background-color: #E5562A; }

 a { background-color: rgb(229,86,42); }

 div.DivClassName
 {
   background-color: #E5562A;
 }
 .BgClassName
 {
   background-color: #E5562A;
 }
</style>
border-color css

<style>
 span { border-color: #E5562A; }

 span { border-color: rgb(229,86,42); }

 td.TdClassName
 {
   border-color: #E5562A;
 }
 .TagClassName
 {
   border-color: #E5562A;
 }
</style>