Shades of Chilean Fire #E15C30
Tints of Chilean Fire #E15C30
RGB
CMYK
RGB Variations
Color information
#E15C30 (or 0xE15C30) is known color: Chilean Fire. HEX triplet: E1, 5C and 30. RGB value is (225,92,48). Sum of RGB (Red+Green+Blue) = 225+92+48=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15C30 is #1EA3CF. Grayscale: #7F7F7F. Windows color (decimal): -2008016 or 3169505. OLE color: 3169505.
HSL color Cylindrical-coordinate representation of color #E15C30: hue angle of 14.92º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E15C30 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 92 | 48 | - |
| CMYK | 0 | 0.59 | 0.79 | 0.12 |
| HSL | 14.92º | 0.75% | 0.54% | - |
| HSV(B) | 14.92º | 0.79% | 0.88% | - |
| XYZ | 35.41 | 23.88 | 5.54 | - |
| YUV | 126.75 | 83.56 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 92 | 48 | 0 | 0.59 | 0.79 | 0.12 | 14.92 | 0.75 | 0.54 |
| Hex | E1 | 5C | 30 | 0 | 3B | 4F | C | F | 4B | 36 |
| Octal | 341 | 134 | 60 | 0 | 73 | 117 | 14 | 17 | 113 | 66 |
| Binary | 11100001 | 1011100 | 110000 | 0 | 111011 | 1001111 | 1100 | 1111 | 1001011 | 110110 |
Color Harmonies of #E15C30
Complementary color
Monochromatic Colors of #E15C30
Black with #E15C30
Text Example
Text Example
White with #E15C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15C30; }
p { color: rgb(225,92,48); }
H1.HeaderClassName
{
color: #E15C30;
}
.AnyTagClassName
{
color: #E15C30;
}
</style>
background-color css
<style>
a { background-color: #E15C30; }
a { background-color: rgb(225,92,48); }
div.DivClassName
{
background-color: #E15C30;
}
.BgClassName
{
background-color: #E15C30;
}
</style>
border-color css
<style>
span { border-color: #E15C30; }
span { border-color: rgb(225,92,48); }
td.TdClassName
{
border-color: #E15C30;
}
.TagClassName
{
border-color: #E15C30;
}
</style>