Html Css Color HEX #E5562A Chilean Fire

📋 copy color: '#E5562A'

red 229 ◦ green 86 ◦ blue 42

#E5562A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chilean Fire #E5562A

Tints of Chilean Fire #E5562A

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.8% from 255) = 11.76%

R = 64.15%
G = 24.09%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5562A (or 0xE5562A) is known color: 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

RGB 229 86 42 -
CMYK 0 0.62 0.82 0.10
HSL 14.12º 0.78% 0.53% -
HSV(B) 14.12º 0.82% 0.9% -
XYZ 36.06 23.48 4.82 -
YUV 123.74 81.88 203.08 -
System Red Green Blue C M Y K H S L
Decimal 229 86 42 0 0.62 0.82 0.10 14.12 0.78 0.53
Hex E5 56 2A 0 3E 52 A E 4E 35
Octal 345 126 52 0 76 122 12 16 116 65
Binary 11100101 1010110 101010 0 111110 1010010 1010 1110 1001110 110101

Color Harmonies of #E5562A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5562A

Black with #E5562A

Text Example


Text Example

White with #E5562A

Text Example


Text Example

HTML Codes & Css Web 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>