Html Css Color HEX #E5572A Chilean Fire

📋 copy color: '#E5572A'

red 229 ◦ green 87 ◦ blue 42

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

Shades of Chilean Fire #E5572A

Tints of Chilean Fire #E5572A

RGB

 RED value IS 229 (89.84% from 255) = 63.97%

 GREEN value IS 87 (34.38% from 255) = 24.3%

 BLUE value IS 42 (16.8% from 255) = 11.73%

R = 63.97%
G = 24.3%
B = 11.73%

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

#E5572A (or 0xE5572A) is known color: Chilean Fire. HEX triplet: E5, 57 and 2A. RGB value is (229,87,42). Sum of RGB (Red+Green+Blue) = 229+87+42=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E5572A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5572A is #1AA8D5. Grayscale: #7C7C7C. Windows color (decimal): -1747158 or 2775013. OLE color: 2775013.

HSL color Cylindrical-coordinate representation of color #E5572A: hue angle of 14.44º 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 #E5572A is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 87 42 -
CMYK 0 0.62 0.82 0.10
HSL 14.44º 0.78% 0.53% -
HSV(B) 14.44º 0.82% 0.9% -
XYZ 36.14 23.64 4.85 -
YUV 124.33 81.54 202.66 -
System Red Green Blue C M Y K H S L
Decimal 229 87 42 0 0.62 0.82 0.10 14.44 0.78 0.53
Hex E5 57 2A 0 3E 52 A E 4E 35
Octal 345 127 52 0 76 122 12 16 116 65
Binary 11100101 1010111 101010 0 111110 1010010 1010 1110 1001110 110101

Color Harmonies of #E5572A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5572A

Black with #E5572A

Text Example


Text Example

White with #E5572A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5572A; }

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

 H1.HeaderClassName
 {
   color: #E5572A;
 }
 .AnyTagClassName
 {
   color: #E5572A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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