Shades of Chilean Fire #E15C2F
Tints of Chilean Fire #E15C2F
RGB
CMYK
RGB Variations
Color information
#E15C2F (or 0xE15C2F) is known color: Chilean Fire. HEX triplet: E1, 5C and 2F. RGB value is (225,92,47). Sum of RGB (Red+Green+Blue) = 225+92+47=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15C2F is #1EA3D0. Grayscale: #7E7E7E. Windows color (decimal): -2008017 or 3103969. OLE color: 3103969.
HSL color Cylindrical-coordinate representation of color #E15C2F: hue angle of 15.17º 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 #E15C2F is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 92 | 47 | - |
| CMYK | 0 | 0.59 | 0.79 | 0.12 |
| HSL | 15.17º | 0.75% | 0.53% | - |
| HSV(B) | 15.17º | 0.79% | 0.88% | - |
| XYZ | 35.39 | 23.87 | 5.43 | - |
| YUV | 126.64 | 83.06 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 92 | 47 | 0 | 0.59 | 0.79 | 0.12 | 15.17 | 0.75 | 0.53 |
| Hex | E1 | 5C | 2F | 0 | 3B | 4F | C | F | 4B | 35 |
| Octal | 341 | 134 | 57 | 0 | 73 | 117 | 14 | 17 | 113 | 65 |
| Binary | 11100001 | 1011100 | 101111 | 0 | 111011 | 1001111 | 1100 | 1111 | 1001011 | 110101 |
Color Harmonies of #E15C2F
Complementary color
Monochromatic Colors of #E15C2F
Black with #E15C2F
Text Example
Text Example
White with #E15C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15C2F; }
p { color: rgb(225,92,47); }
H1.HeaderClassName
{
color: #E15C2F;
}
.AnyTagClassName
{
color: #E15C2F;
}
</style>
background-color css
<style>
a { background-color: #E15C2F; }
a { background-color: rgb(225,92,47); }
div.DivClassName
{
background-color: #E15C2F;
}
.BgClassName
{
background-color: #E15C2F;
}
</style>
border-color css
<style>
span { border-color: #E15C2F; }
span { border-color: rgb(225,92,47); }
td.TdClassName
{
border-color: #E15C2F;
}
.TagClassName
{
border-color: #E15C2F;
}
</style>