Shades of Cinnabar #E14222
Tints of Cinnabar #E14222
RGB
CMYK
RGB Variations
Color information
#E14222 (or 0xE14222) is known color: Cinnabar. HEX triplet: E1, 42 and 22. RGB value is (225,66,34). Sum of RGB (Red+Green+Blue) = 225+66+34=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 34 (13.67% from 255 or 10.46% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E14222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14222 is #1EBDDD. Grayscale: #6E6E6E. Windows color (decimal): -2014686 or 2245345. OLE color: 2245345.
HSL color Cylindrical-coordinate representation of color #E14222: hue angle of 10.05º 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 #E14222 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 66 | 34 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.12 |
| HSL | 10.05º | 0.76% | 0.51% | - |
| HSV(B) | 10.05º | 0.85% | 0.88% | - |
| XYZ | 33.29 | 20.02 | 3.62 | - |
| YUV | 109.89 | 85.18 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 66 | 34 | 0 | 0.71 | 0.85 | 0.12 | 10.05 | 0.76 | 0.51 |
| Hex | E1 | 42 | 22 | 0 | 47 | 55 | C | A | 4C | 33 |
| Octal | 341 | 102 | 42 | 0 | 107 | 125 | 14 | 12 | 114 | 63 |
| Binary | 11100001 | 1000010 | 100010 | 0 | 1000111 | 1010101 | 1100 | 1010 | 1001100 | 110011 |
Color Harmonies of #E14222
Complementary color
Monochromatic Colors of #E14222
Black with #E14222
Text Example
Text Example
White with #E14222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14222; }
p { color: rgb(225,66,34); }
H1.HeaderClassName
{
color: #E14222;
}
.AnyTagClassName
{
color: #E14222;
}
</style>
background-color css
<style>
a { background-color: #E14222; }
a { background-color: rgb(225,66,34); }
div.DivClassName
{
background-color: #E14222;
}
.BgClassName
{
background-color: #E14222;
}
</style>
border-color css
<style>
span { border-color: #E14222; }
span { border-color: rgb(225,66,34); }
td.TdClassName
{
border-color: #E14222;
}
.TagClassName
{
border-color: #E14222;
}
</style>