Shades of Cinnabar #E14E21
Tints of Cinnabar #E14E21
RGB
CMYK
RGB Variations
Color information
#E14E21 (or 0xE14E21) is known color: Cinnabar. HEX triplet: E1, 4E and 21. RGB value is (225,78,33). Sum of RGB (Red+Green+Blue) = 225+78+33=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 33 (13.28% from 255 or 9.82% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E14E21 is #1EB1DE. Grayscale: #757575. Windows color (decimal): -2011615 or 2182881. OLE color: 2182881.
HSL color Cylindrical-coordinate representation of color #E14E21: hue angle of 14.06º 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 #E14E21 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 78 | 33 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.12 |
| HSL | 14.06º | 0.76% | 0.51% | - |
| HSV(B) | 14.06º | 0.85% | 0.88% | - |
| XYZ | 34.05 | 21.57 | 3.81 | - |
| YUV | 116.82 | 80.7 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 78 | 33 | 0 | 0.65 | 0.85 | 0.12 | 14.06 | 0.76 | 0.51 |
| Hex | E1 | 4E | 21 | 0 | 41 | 55 | C | E | 4C | 33 |
| Octal | 341 | 116 | 41 | 0 | 101 | 125 | 14 | 16 | 114 | 63 |
| Binary | 11100001 | 1001110 | 100001 | 0 | 1000001 | 1010101 | 1100 | 1110 | 1001100 | 110011 |
Color Harmonies of #E14E21
Complementary color
Monochromatic Colors of #E14E21
Black with #E14E21
Text Example
Text Example
White with #E14E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14E21; }
p { color: rgb(225,78,33); }
H1.HeaderClassName
{
color: #E14E21;
}
.AnyTagClassName
{
color: #E14E21;
}
</style>
background-color css
<style>
a { background-color: #E14E21; }
a { background-color: rgb(225,78,33); }
div.DivClassName
{
background-color: #E14E21;
}
.BgClassName
{
background-color: #E14E21;
}
</style>
border-color css
<style>
span { border-color: #E14E21; }
span { border-color: rgb(225,78,33); }
td.TdClassName
{
border-color: #E14E21;
}
.TagClassName
{
border-color: #E14E21;
}
</style>