Html Css Color HEX #E05C28 Chilean Fire

📋 copy color: '#E05C28'

red 224 ◦ green 92 ◦ blue 40

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

Shades of Chilean Fire #E05C28

Tints of Chilean Fire #E05C28

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.84%

 BLUE value IS 40 (16.02% from 255) = 11.24%

R = 62.92%
G = 25.84%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E05C28 (or 0xE05C28) is known color: Chilean Fire. HEX triplet: E0, 5C and 28. RGB value is (224,92,40). Sum of RGB (Red+Green+Blue) = 224+92+40=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05C28 is #1FA3D7. Grayscale: #7D7D7D. Windows color (decimal): -2073560 or 2645216. OLE color: 2645216.

HSL color Cylindrical-coordinate representation of color #E05C28: hue angle of 16.96º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E05C28 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 92 40 -
CMYK 0 0.59 0.82 0.12
HSL 16.96º 0.75% 0.52% -
HSV(B) 16.96º 0.82% 0.88% -
XYZ 34.95 23.65 4.73 -
YUV 125.54 79.73 198.23 -
System Red Green Blue C M Y K H S L
Decimal 224 92 40 0 0.59 0.82 0.12 16.96 0.75 0.52
Hex E0 5C 28 0 3B 52 C 11 4B 34
Octal 340 134 50 0 73 122 14 21 113 64
Binary 11100000 1011100 101000 0 111011 1010010 1100 10001 1001011 110100

Color Harmonies of #E05C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05C28

Black with #E05C28

Text Example


Text Example

White with #E05C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05C28; }

 p { color: rgb(224,92,40); }

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

background-color css

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

 a { background-color: rgb(224,92,40); }

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

border-color css

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

 span { border-color: rgb(224,92,40); }

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