Shades of Chilean Fire #E1572F
Tints of Chilean Fire #E1572F
RGB
CMYK
RGB Variations
Color information
#E1572F (or 0xE1572F) is known color: Chilean Fire. HEX triplet: E1, 57 and 2F. RGB value is (225,87,47). Sum of RGB (Red+Green+Blue) = 225+87+47=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 47 (18.75% from 255 or 13.09% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E1572F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1572F is #1EA8D0. Grayscale: #7C7C7C. Windows color (decimal): -2009297 or 3102689. OLE color: 3102689.
HSL color Cylindrical-coordinate representation of color #E1572F: hue angle of 13.48º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E1572F is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 87 | 47 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.12 |
| HSL | 13.48º | 0.75% | 0.53% | - |
| HSV(B) | 13.48º | 0.79% | 0.88% | - |
| XYZ | 34.97 | 23.03 | 5.29 | - |
| YUV | 123.7 | 84.72 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 87 | 47 | 0 | 0.61 | 0.79 | 0.12 | 13.48 | 0.75 | 0.53 |
| Hex | E1 | 57 | 2F | 0 | 3D | 4F | C | D | 4B | 35 |
| Octal | 341 | 127 | 57 | 0 | 75 | 117 | 14 | 15 | 113 | 65 |
| Binary | 11100001 | 1010111 | 101111 | 0 | 111101 | 1001111 | 1100 | 1101 | 1001011 | 110101 |
Color Harmonies of #E1572F
Complementary color
Monochromatic Colors of #E1572F
Black with #E1572F
Text Example
Text Example
White with #E1572F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1572F; }
p { color: rgb(225,87,47); }
H1.HeaderClassName
{
color: #E1572F;
}
.AnyTagClassName
{
color: #E1572F;
}
</style>
background-color css
<style>
a { background-color: #E1572F; }
a { background-color: rgb(225,87,47); }
div.DivClassName
{
background-color: #E1572F;
}
.BgClassName
{
background-color: #E1572F;
}
</style>
border-color css
<style>
span { border-color: #E1572F; }
span { border-color: rgb(225,87,47); }
td.TdClassName
{
border-color: #E1572F;
}
.TagClassName
{
border-color: #E1572F;
}
</style>