Shades of Chilean Fire #E15832
Tints of Chilean Fire #E15832
RGB
CMYK
RGB Variations
Color information
#E15832 (or 0xE15832) is known color: Chilean Fire. HEX triplet: E1, 58 and 32. RGB value is (225,88,50). Sum of RGB (Red+Green+Blue) = 225+88+50=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E15832 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15832 is #1EA7CD. Grayscale: #7C7C7C. Windows color (decimal): -2009038 or 3299553. OLE color: 3299553.
HSL color Cylindrical-coordinate representation of color #E15832: hue angle of 13.03º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E15832 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 88 | 50 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.12 |
| HSL | 13.03º | 0.74% | 0.54% | - |
| HSV(B) | 13.03º | 0.78% | 0.88% | - |
| XYZ | 35.12 | 23.22 | 5.65 | - |
| YUV | 124.63 | 85.89 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 88 | 50 | 0 | 0.61 | 0.78 | 0.12 | 13.03 | 0.74 | 0.54 |
| Hex | E1 | 58 | 32 | 0 | 3D | 4E | C | D | 4A | 36 |
| Octal | 341 | 130 | 62 | 0 | 75 | 116 | 14 | 15 | 112 | 66 |
| Binary | 11100001 | 1011000 | 110010 | 0 | 111101 | 1001110 | 1100 | 1101 | 1001010 | 110110 |
Color Harmonies of #E15832
Complementary color
Monochromatic Colors of #E15832
Black with #E15832
Text Example
Text Example
White with #E15832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15832; }
p { color: rgb(225,88,50); }
H1.HeaderClassName
{
color: #E15832;
}
.AnyTagClassName
{
color: #E15832;
}
</style>
background-color css
<style>
a { background-color: #E15832; }
a { background-color: rgb(225,88,50); }
div.DivClassName
{
background-color: #E15832;
}
.BgClassName
{
background-color: #E15832;
}
</style>
border-color css
<style>
span { border-color: #E15832; }
span { border-color: rgb(225,88,50); }
td.TdClassName
{
border-color: #E15832;
}
.TagClassName
{
border-color: #E15832;
}
</style>