#E05B25

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

Shades of Chilean Fire #E05B25

Tints of Chilean Fire #E05B25

Color information

#E05B25 (or 0xE05B25) is unknown color: approx Chilean Fire. HEX triplet: E0, 5B and 25. RGB value is (224,91,37). Sum of RGB (Red+Green+Blue) = 224+91+37=352 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.64% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 224 - color contains mainly: red. Hex color #E05B25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05B25 is #1FA4DA. Grayscale: #7C7C7C. Windows color (decimal): -2073819 or 2448352. OLE color: 2448352.

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

Color convert

RGB2249137-
CMYK00.590.830.12
HSL17.33º75.1%51.18%-
HSV(B)17.33º83.48%87.84%-
XYZ34.8223.464.44-
YUV124.6178.56198.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 63.64%
GREEN value IS 91 (35.94% from 255) = 25.85%
BLUE value IS 37 (14.84% from 255) = 10.51%
R=63.64%
G=25.85%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.83
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224913700.590.830.1217.3375.151.18
HexE05B2503B53C114b33
Octal34013345073123142111363
Binary111000001011011100101011101110100111100100011001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05B25; }

 p { color: rgb(224,91,37); }

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

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

 a { background-color: rgb(224,91,37); }

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

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

 span { border-color: rgb(224,91,37); }

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