Html Css Color HEX #E05532 Chilean Fire

📋 copy color: '#E05532'

red 224 ◦ green 85 ◦ blue 50

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

Shades of Chilean Fire #E05532

Tints of Chilean Fire #E05532

RGB

 RED value IS 224 (87.89% from 255) = 62.4%

 GREEN value IS 85 (33.59% from 255) = 23.68%

 BLUE value IS 50 (19.92% from 255) = 13.93%

R = 62.4%
G = 23.68%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E05532 (or 0xE05532) is known color: Chilean Fire. HEX triplet: E0, 55 and 32. RGB value is (224,85,50). Sum of RGB (Red+Green+Blue) = 224+85+50=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E05532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05532 is #1FAACD. Grayscale: #7A7A7A. Windows color (decimal): -2075342 or 3298784. OLE color: 3298784.

HSL color Cylindrical-coordinate representation of color #E05532: hue angle of 12.07º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E05532 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 85 50 -
CMYK 0 0.62 0.78 0.12
HSL 12.07º 0.74% 0.54% -
HSV(B) 12.07º 0.78% 0.88% -
XYZ 34.56 22.57 5.55 -
YUV 122.57 87.05 200.35 -
System Red Green Blue C M Y K H S L
Decimal 224 85 50 0 0.62 0.78 0.12 12.07 0.74 0.54
Hex E0 55 32 0 3E 4E C C 4A 36
Octal 340 125 62 0 76 116 14 14 112 66
Binary 11100000 1010101 110010 0 111110 1001110 1100 1100 1001010 110110

Color Harmonies of #E05532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05532

Black with #E05532

Text Example


Text Example

White with #E05532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05532; }

 p { color: rgb(224,85,50); }

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

background-color css

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

 a { background-color: rgb(224,85,50); }

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

border-color css

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

 span { border-color: rgb(224,85,50); }

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