Shades of Cinnabar #E14421
Tints of Cinnabar #E14421
RGB
CMYK
RGB Variations
Color information
#E14421 (or 0xE14421) is known color: Cinnabar. HEX triplet: E1, 44 and 21. RGB value is (225,68,33). Sum of RGB (Red+Green+Blue) = 225+68+33=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 33 (13.28% from 255 or 10.12% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E14421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14421 is #1EBBDE. Grayscale: #6F6F6F. Windows color (decimal): -2014175 or 2180321. OLE color: 2180321.
HSL color Cylindrical-coordinate representation of color #E14421: hue angle of 10.94º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E14421 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 68 | 33 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.12 |
| HSL | 10.94º | 0.76% | 0.51% | - |
| HSV(B) | 10.94º | 0.85% | 0.88% | - |
| XYZ | 33.39 | 20.25 | 3.59 | - |
| YUV | 110.95 | 84.01 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 68 | 33 | 0 | 0.70 | 0.85 | 0.12 | 10.94 | 0.76 | 0.51 |
| Hex | E1 | 44 | 21 | 0 | 46 | 55 | C | B | 4C | 33 |
| Octal | 341 | 104 | 41 | 0 | 106 | 125 | 14 | 13 | 114 | 63 |
| Binary | 11100001 | 1000100 | 100001 | 0 | 1000110 | 1010101 | 1100 | 1011 | 1001100 | 110011 |
Color Harmonies of #E14421
Complementary color
Monochromatic Colors of #E14421
Black with #E14421
Text Example
Text Example
White with #E14421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14421; }
p { color: rgb(225,68,33); }
H1.HeaderClassName
{
color: #E14421;
}
.AnyTagClassName
{
color: #E14421;
}
</style>
background-color css
<style>
a { background-color: #E14421; }
a { background-color: rgb(225,68,33); }
div.DivClassName
{
background-color: #E14421;
}
.BgClassName
{
background-color: #E14421;
}
</style>
border-color css
<style>
span { border-color: #E14421; }
span { border-color: rgb(225,68,33); }
td.TdClassName
{
border-color: #E14421;
}
.TagClassName
{
border-color: #E14421;
}
</style>