Shades of Chilean Fire #E55831
Tints of Chilean Fire #E55831
RGB
CMYK
RGB Variations
Color information
#E55831 (or 0xE55831) is known color: Chilean Fire. HEX triplet: E5, 58 and 31. RGB value is (229,88,49). Sum of RGB (Red+Green+Blue) = 229+88+49=366 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.57% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 229 - color contains mainly: red. Hex color #E55831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55831 is #1AA7CE. Grayscale: #7E7E7E. Windows color (decimal): -1746895 or 3234021. OLE color: 3234021.
HSL color Cylindrical-coordinate representation of color #E55831: hue angle of 13º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E55831 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 88 | 49 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.10 |
| HSL | 13º | 0.78% | 0.55% | - |
| HSV(B) | 13º | 0.79% | 0.9% | - |
| XYZ | 36.36 | 23.86 | 5.59 | - |
| YUV | 125.71 | 84.71 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 88 | 49 | 0 | 0.62 | 0.79 | 0.10 | 13 | 0.78 | 0.55 |
| Hex | E5 | 58 | 31 | 0 | 3E | 4F | A | D | 4E | 37 |
| Octal | 345 | 130 | 61 | 0 | 76 | 117 | 12 | 15 | 116 | 67 |
| Binary | 11100101 | 1011000 | 110001 | 0 | 111110 | 1001111 | 1010 | 1101 | 1001110 | 110111 |
Color Harmonies of #E55831
Complementary color
Monochromatic Colors of #E55831
Black with #E55831
Text Example
Text Example
White with #E55831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55831; }
p { color: rgb(229,88,49); }
H1.HeaderClassName
{
color: #E55831;
}
.AnyTagClassName
{
color: #E55831;
}
</style>
background-color css
<style>
a { background-color: #E55831; }
a { background-color: rgb(229,88,49); }
div.DivClassName
{
background-color: #E55831;
}
.BgClassName
{
background-color: #E55831;
}
</style>
border-color css
<style>
span { border-color: #E55831; }
span { border-color: rgb(229,88,49); }
td.TdClassName
{
border-color: #E55831;
}
.TagClassName
{
border-color: #E55831;
}
</style>