Html Css Color HEX #E05A34 Chilean Fire

📋 copy color: '#E05A34'

red 224 ◦ green 90 ◦ blue 52

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

Shades of Chilean Fire #E05A34

Tints of Chilean Fire #E05A34

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.59%

 BLUE value IS 52 (20.7% from 255) = 14.21%

R = 61.2%
G = 24.59%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E05A34 (or 0xE05A34) is known color: Chilean Fire. HEX triplet: E0, 5A and 34. RGB value is (224,90,52). Sum of RGB (Red+Green+Blue) = 224+90+52=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 52 (20.70% from 255 or 14.21% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05A34 is #1FA5CB. Grayscale: #7E7E7E. Windows color (decimal): -2074060 or 3431136. OLE color: 3431136.

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

Color convert

RGB 224 90 52 -
CMYK 0 0.60 0.77 0.12
HSL 13.26º 0.74% 0.54% -
HSV(B) 13.26º 0.77% 0.88% -
XYZ 35.02 23.41 5.92 -
YUV 125.73 86.39 198.09 -
System Red Green Blue C M Y K H S L
Decimal 224 90 52 0 0.60 0.77 0.12 13.26 0.74 0.54
Hex E0 5A 34 0 3C 4D C D 4A 36
Octal 340 132 64 0 74 115 14 15 112 66
Binary 11100000 1011010 110100 0 111100 1001101 1100 1101 1001010 110110

Color Harmonies of #E05A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05A34

Black with #E05A34

Text Example


Text Example

White with #E05A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05A34; }

 p { color: rgb(224,90,52); }

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

background-color css

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

 a { background-color: rgb(224,90,52); }

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

border-color css

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

 span { border-color: rgb(224,90,52); }

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