Html Css Color HEX #E05E28 Chilean Fire

📋 copy color: '#E05E28'

red 224 ◦ green 94 ◦ blue 40

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

Shades of Chilean Fire #E05E28

Tints of Chilean Fire #E05E28

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.26%

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

R = 62.57%
G = 26.26%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E05E28 (or 0xE05E28) is known color: Chilean Fire. HEX triplet: E0, 5E and 28. RGB value is (224,94,40). Sum of RGB (Red+Green+Blue) = 224+94+40=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05E28 is #1FA1D7. Grayscale: #7F7F7F. Windows color (decimal): -2073048 or 2645728. OLE color: 2645728.

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

Color convert

RGB 224 94 40 -
CMYK 0 0.58 0.82 0.12
HSL 17.61º 0.75% 0.52% -
HSV(B) 17.61º 0.82% 0.88% -
XYZ 35.13 24.01 4.79 -
YUV 126.71 79.07 197.39 -
System Red Green Blue C M Y K H S L
Decimal 224 94 40 0 0.58 0.82 0.12 17.61 0.75 0.52
Hex E0 5E 28 0 3A 52 C 12 4B 34
Octal 340 136 50 0 72 122 14 22 113 64
Binary 11100000 1011110 101000 0 111010 1010010 1100 10010 1001011 110100

Color Harmonies of #E05E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05E28

Black with #E05E28

Text Example


Text Example

White with #E05E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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