#E1592D

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

Shades of Chilean Fire #E1592D

Tints of Chilean Fire #E1592D

Color information

#E1592D (or 0xE1592D) is unknown color: approx Chilean Fire. HEX triplet: E1, 59 and 2D. RGB value is (225,89,45). Sum of RGB (Red+Green+Blue) = 225+89+45=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E1592D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1592D is #1EA6D2. Grayscale: #7C7C7C. Windows color (decimal): -2008787 or 2972129. OLE color: 2972129.

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

Color convert

RGB2258945-
CMYK00.600.80.12
HSL14.67º75%52.94%-
HSV(B)14.67º80%88.24%-
XYZ35.123.345.14-
YUV124.6583.06199.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 62.67%
GREEN value IS 89 (35.16% from 255) = 24.79%
BLUE value IS 45 (17.97% from 255) = 12.53%
R=62.67%
G=24.79%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.8
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225894500.600.80.1214.677552.94
HexE1592D03C50Cf4b35
Octal34113155074120141711365
Binary11100001101100110110101111001010000110011111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1592D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1592D; }

 p { color: rgb(225,89,45); }

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

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

 a { background-color: rgb(225,89,45); }

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

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

 span { border-color: rgb(225,89,45); }

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