Shades of Cinnabar #E14928
Tints of Cinnabar #E14928
RGB
CMYK
RGB Variations
Color information
#E14928 (or 0xE14928) is known color: Cinnabar. HEX triplet: E1, 49 and 28. RGB value is (225,73,40). Sum of RGB (Red+Green+Blue) = 225+73+40=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E14928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14928 is #1EB6D7. Grayscale: #727272. Windows color (decimal): -2012888 or 2640353. OLE color: 2640353.
HSL color Cylindrical-coordinate representation of color #E14928: hue angle of 10.7º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E14928 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 40 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.12 |
| HSL | 10.7º | 0.76% | 0.52% | - |
| HSV(B) | 10.7º | 0.82% | 0.88% | - |
| XYZ | 33.82 | 20.93 | 4.26 | - |
| YUV | 114.69 | 85.86 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 40 | 0 | 0.68 | 0.82 | 0.12 | 10.7 | 0.76 | 0.52 |
| Hex | E1 | 49 | 28 | 0 | 44 | 52 | C | B | 4C | 34 |
| Octal | 341 | 111 | 50 | 0 | 104 | 122 | 14 | 13 | 114 | 64 |
| Binary | 11100001 | 1001001 | 101000 | 0 | 1000100 | 1010010 | 1100 | 1011 | 1001100 | 110100 |
Color Harmonies of #E14928
Complementary color
Monochromatic Colors of #E14928
Black with #E14928
Text Example
Text Example
White with #E14928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14928; }
p { color: rgb(225,73,40); }
H1.HeaderClassName
{
color: #E14928;
}
.AnyTagClassName
{
color: #E14928;
}
</style>
background-color css
<style>
a { background-color: #E14928; }
a { background-color: rgb(225,73,40); }
div.DivClassName
{
background-color: #E14928;
}
.BgClassName
{
background-color: #E14928;
}
</style>
border-color css
<style>
span { border-color: #E14928; }
span { border-color: rgb(225,73,40); }
td.TdClassName
{
border-color: #E14928;
}
.TagClassName
{
border-color: #E14928;
}
</style>