Shades of Cinnabar #E14924
Tints of Cinnabar #E14924
RGB
CMYK
RGB Variations
Color information
#E14924 (or 0xE14924) is known color: Cinnabar. HEX triplet: E1, 49 and 24. RGB value is (225,73,36). Sum of RGB (Red+Green+Blue) = 225+73+36=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 36 (14.45% from 255 or 10.78% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E14924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14924 is #1EB6DB. Grayscale: #727272. Windows color (decimal): -2012892 or 2378209. OLE color: 2378209.
HSL color Cylindrical-coordinate representation of color #E14924: hue angle of 11.75º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E14924 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 36 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.12 |
| HSL | 11.75º | 0.76% | 0.51% | - |
| HSV(B) | 11.75º | 0.84% | 0.88% | - |
| XYZ | 33.75 | 20.9 | 3.92 | - |
| YUV | 114.23 | 83.86 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 36 | 0 | 0.68 | 0.84 | 0.12 | 11.75 | 0.76 | 0.51 |
| Hex | E1 | 49 | 24 | 0 | 44 | 54 | C | C | 4C | 33 |
| Octal | 341 | 111 | 44 | 0 | 104 | 124 | 14 | 14 | 114 | 63 |
| Binary | 11100001 | 1001001 | 100100 | 0 | 1000100 | 1010100 | 1100 | 1100 | 1001100 | 110011 |
Color Harmonies of #E14924
Complementary color
Monochromatic Colors of #E14924
Black with #E14924
Text Example
Text Example
White with #E14924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14924; }
p { color: rgb(225,73,36); }
H1.HeaderClassName
{
color: #E14924;
}
.AnyTagClassName
{
color: #E14924;
}
</style>
background-color css
<style>
a { background-color: #E14924; }
a { background-color: rgb(225,73,36); }
div.DivClassName
{
background-color: #E14924;
}
.BgClassName
{
background-color: #E14924;
}
</style>
border-color css
<style>
span { border-color: #E14924; }
span { border-color: rgb(225,73,36); }
td.TdClassName
{
border-color: #E14924;
}
.TagClassName
{
border-color: #E14924;
}
</style>