#e45925

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

Shades of Chilean Fire #E45925

Tints of Chilean Fire #E45925

Color information

#E45925 (or 0xE45925) is unknown color: approx Chilean Fire. HEX triplet: E4, 59 and 25. RGB value is (228,89,37). Sum of RGB (Red+Green+Blue) = 228+89+37=354 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.41% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 37 (14.84% from 255 or 10.45% from 354); Max value from RGB is 228 - color contains mainly: red. Hex color #E45925 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45925 is #1BA6DA. Grayscale: #7C7C7C. Windows color (decimal): -1812187 or 2447844. OLE color: 2447844.

HSL color Cylindrical-coordinate representation of color #E45925: hue angle of 16.34º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E45925 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB2288937-
CMYK00.610.840.11
HSL16.34º77.96%51.96%-
HSV(B)16.34º83.77%89.41%-
XYZ35.923.774.45-
YUV124.6378.55201.73-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 64.41%
GREEN value IS 89 (35.16% from 255) = 25.14%
BLUE value IS 37 (14.84% from 255) = 10.45%
R=64.41%
G=25.14%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.84
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228893700.610.840.1116.3477.9651.96
HexE4592503D54B104e34
Octal34413145075124132011664
Binary111001001011001100101011110110101001011100001001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e45925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e45925; }

 p { color: rgb(228,89,37); }

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

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

 a { background-color: rgb(228,89,37); }

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

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

 span { border-color: rgb(228,89,37); }

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