Html Css Color HEX #E05A37 Chilean Fire

📋 copy color: '#E05A37'

red 224 ◦ green 90 ◦ blue 55

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

Shades of Chilean Fire #E05A37

Tints of Chilean Fire #E05A37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.91%

R = 60.7%
G = 24.39%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#E05A37 (or 0xE05A37) is known color: Chilean Fire. HEX triplet: E0, 5A and 37. RGB value is (224,90,55). Sum of RGB (Red+Green+Blue) = 224+90+55=369 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.70% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 55 (21.88% from 255 or 14.91% from 369); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05A37 is #1FA5C8. Grayscale: #7E7E7E. Windows color (decimal): -2074057 or 3627744. OLE color: 3627744.

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

Color convert

RGB 224 90 55 -
CMYK 0 0.60 0.75 0.12
HSL 12.43º 0.73% 0.55% -
HSV(B) 12.43º 0.75% 0.88% -
XYZ 35.09 23.44 6.29 -
YUV 126.08 87.89 197.85 -
System Red Green Blue C M Y K H S L
Decimal 224 90 55 0 0.60 0.75 0.12 12.43 0.73 0.55
Hex E0 5A 37 0 3C 4B C C 49 37
Octal 340 132 67 0 74 113 14 14 111 67
Binary 11100000 1011010 110111 0 111100 1001011 1100 1100 1001001 110111

Color Harmonies of #E05A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05A37

Black with #E05A37

Text Example


Text Example

White with #E05A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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