Shades of Cinnabar #E14922
Tints of Cinnabar #E14922
RGB
CMYK
RGB Variations
Color information
#E14922 (or 0xE14922) is known color: Cinnabar. HEX triplet: E1, 49 and 22. RGB value is (225,73,34). Sum of RGB (Red+Green+Blue) = 225+73+34=332 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.77% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 34 (13.67% from 255 or 10.24% from 332); Max value from RGB is 225 - color contains mainly: red. Hex color #E14922 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14922 is #1EB6DD. Grayscale: #727272. Windows color (decimal): -2012894 or 2247137. OLE color: 2247137.
HSL color Cylindrical-coordinate representation of color #E14922: hue angle of 12.25º 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 #E14922 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 34 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.12 |
| HSL | 12.25º | 0.76% | 0.51% | - |
| HSV(B) | 12.25º | 0.85% | 0.88% | - |
| XYZ | 33.72 | 20.89 | 3.77 | - |
| YUV | 114 | 82.86 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 34 | 0 | 0.68 | 0.85 | 0.12 | 12.25 | 0.76 | 0.51 |
| Hex | E1 | 49 | 22 | 0 | 44 | 55 | C | C | 4C | 33 |
| Octal | 341 | 111 | 42 | 0 | 104 | 125 | 14 | 14 | 114 | 63 |
| Binary | 11100001 | 1001001 | 100010 | 0 | 1000100 | 1010101 | 1100 | 1100 | 1001100 | 110011 |
Color Harmonies of #E14922
Complementary color
Monochromatic Colors of #E14922
Black with #E14922
Text Example
Text Example
White with #E14922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14922; }
p { color: rgb(225,73,34); }
H1.HeaderClassName
{
color: #E14922;
}
.AnyTagClassName
{
color: #E14922;
}
</style>
background-color css
<style>
a { background-color: #E14922; }
a { background-color: rgb(225,73,34); }
div.DivClassName
{
background-color: #E14922;
}
.BgClassName
{
background-color: #E14922;
}
</style>
border-color css
<style>
span { border-color: #E14922; }
span { border-color: rgb(225,73,34); }
td.TdClassName
{
border-color: #E14922;
}
.TagClassName
{
border-color: #E14922;
}
</style>