#E05A35

Color #E05A35 Chilean Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chilean Fire #E05A35

Tints of Chilean Fire #E05A35

Color information

#E05A35 (or 0xE05A35) is unknown color: approx Chilean Fire. HEX triplet: E0, 5A and 35. RGB value is (224,90,53). Sum of RGB (Red+Green+Blue) = 224+90+53=367 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.04% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 53 (21.09% from 255 or 14.44% from 367); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05A35 is #1FA5CA. Grayscale: #7E7E7E. Windows color (decimal): -2074059 or 3496672. OLE color: 3496672.

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

Color convert

RGB2249053-
CMYK00.600.760.12
HSL12.98º73.39%54.31%-
HSV(B)12.98º76.34%87.84%-
XYZ35.0423.426.04-
YUV125.8586.89198.01-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 61.04%
GREEN value IS 90 (35.55% from 255) = 24.52%
BLUE value IS 53 (21.09% from 255) = 14.44%
R=61.04%
G=24.52%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224905300.600.760.1212.9873.3954.31
HexE05A3503C4CCd4936
Octal34013265074114141511166
Binary11100000101101011010101111001001100110011011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05A35; }

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

 H1.HeaderClassName
 {
   color: #E05A35;
 }
 .AnyTagClassName
 {
   color: #E05A35;
 }
</style>
background-color css

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

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

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

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

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

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