Shades of Cinnabar #E14920
Tints of Cinnabar #E14920
RGB
CMYK
RGB Variations
Color information
#E14920 (or 0xE14920) is known color: Cinnabar. HEX triplet: E1, 49 and 20. RGB value is (225,73,32). Sum of RGB (Red+Green+Blue) = 225+73+32=330 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.18% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 225 - color contains mainly: red. Hex color #E14920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14920 is #1EB6DF. Grayscale: #727272. Windows color (decimal): -2012896 or 2116065. OLE color: 2116065.
HSL color Cylindrical-coordinate representation of color #E14920: hue angle of 12.75º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E14920 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 32 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.12 |
| HSL | 12.75º | 0.76% | 0.5% | - |
| HSV(B) | 12.75º | 0.86% | 0.88% | - |
| XYZ | 33.69 | 20.88 | 3.62 | - |
| YUV | 113.77 | 81.86 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 32 | 0 | 0.68 | 0.86 | 0.12 | 12.75 | 0.76 | 0.5 |
| Hex | E1 | 49 | 20 | 0 | 44 | 56 | C | D | 4C | 32 |
| Octal | 341 | 111 | 40 | 0 | 104 | 126 | 14 | 15 | 114 | 62 |
| Binary | 11100001 | 1001001 | 100000 | 0 | 1000100 | 1010110 | 1100 | 1101 | 1001100 | 110010 |
Color Harmonies of #E14920
Complementary color
Monochromatic Colors of #E14920
Black with #E14920
Text Example
Text Example
White with #E14920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14920; }
p { color: rgb(225,73,32); }
H1.HeaderClassName
{
color: #E14920;
}
.AnyTagClassName
{
color: #E14920;
}
</style>
background-color css
<style>
a { background-color: #E14920; }
a { background-color: rgb(225,73,32); }
div.DivClassName
{
background-color: #E14920;
}
.BgClassName
{
background-color: #E14920;
}
</style>
border-color css
<style>
span { border-color: #E14920; }
span { border-color: rgb(225,73,32); }
td.TdClassName
{
border-color: #E14920;
}
.TagClassName
{
border-color: #E14920;
}
</style>