Shades of Cinnabar #E14918
Tints of Cinnabar #E14918
RGB
CMYK
RGB Variations
Color information
#E14918 (or 0xE14918) is known color: Cinnabar. HEX triplet: E1, 49 and 18. RGB value is (225,73,24). Sum of RGB (Red+Green+Blue) = 225+73+24=322 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.88% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 24 (9.77% from 255 or 7.45% from 322); Max value from RGB is 225 - color contains mainly: red. Hex color #E14918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14918 is #1EB6E7. Grayscale: #717171. Windows color (decimal): -2012904 or 1591777. OLE color: 1591777.
HSL color Cylindrical-coordinate representation of color #E14918: hue angle of 14.63º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E14918 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 24 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.12 |
| HSL | 14.63º | 0.81% | 0.49% | - |
| HSV(B) | 14.63º | 0.89% | 0.88% | - |
| XYZ | 33.6 | 20.84 | 3.12 | - |
| YUV | 112.86 | 77.86 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 24 | 0 | 0.68 | 0.89 | 0.12 | 14.63 | 0.81 | 0.49 |
| Hex | E1 | 49 | 18 | 0 | 44 | 59 | C | F | 51 | 31 |
| Octal | 341 | 111 | 30 | 0 | 104 | 131 | 14 | 17 | 121 | 61 |
| Binary | 11100001 | 1001001 | 11000 | 0 | 1000100 | 1011001 | 1100 | 1111 | 1010001 | 110001 |
Color Harmonies of #E14918
Complementary color
Monochromatic Colors of #E14918
Black with #E14918
Text Example
Text Example
White with #E14918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14918; }
p { color: rgb(225,73,24); }
H1.HeaderClassName
{
color: #E14918;
}
.AnyTagClassName
{
color: #E14918;
}
</style>
background-color css
<style>
a { background-color: #E14918; }
a { background-color: rgb(225,73,24); }
div.DivClassName
{
background-color: #E14918;
}
.BgClassName
{
background-color: #E14918;
}
</style>
border-color css
<style>
span { border-color: #E14918; }
span { border-color: rgb(225,73,24); }
td.TdClassName
{
border-color: #E14918;
}
.TagClassName
{
border-color: #E14918;
}
</style>