Shades of Cinnabar #E14522
Tints of Cinnabar #E14522
RGB
CMYK
RGB Variations
Color information
#E14522 (or 0xE14522) is known color: Cinnabar. HEX triplet: E1, 45 and 22. RGB value is (225,69,34). Sum of RGB (Red+Green+Blue) = 225+69+34=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 34 (13.67% from 255 or 10.37% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E14522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14522 is #1EBADD. Grayscale: #6F6F6F. Windows color (decimal): -2013918 or 2246113. OLE color: 2246113.
HSL color Cylindrical-coordinate representation of color #E14522: hue angle of 10.99º 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 #E14522 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 69 | 34 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.12 |
| HSL | 10.99º | 0.76% | 0.51% | - |
| HSV(B) | 10.99º | 0.85% | 0.88% | - |
| XYZ | 33.47 | 20.38 | 3.68 | - |
| YUV | 111.65 | 84.18 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 34 | 0 | 0.69 | 0.85 | 0.12 | 10.99 | 0.76 | 0.51 |
| Hex | E1 | 45 | 22 | 0 | 45 | 55 | C | B | 4C | 33 |
| Octal | 341 | 105 | 42 | 0 | 105 | 125 | 14 | 13 | 114 | 63 |
| Binary | 11100001 | 1000101 | 100010 | 0 | 1000101 | 1010101 | 1100 | 1011 | 1001100 | 110011 |
Color Harmonies of #E14522
Complementary color
Monochromatic Colors of #E14522
Black with #E14522
Text Example
Text Example
White with #E14522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14522; }
p { color: rgb(225,69,34); }
H1.HeaderClassName
{
color: #E14522;
}
.AnyTagClassName
{
color: #E14522;
}
</style>
background-color css
<style>
a { background-color: #E14522; }
a { background-color: rgb(225,69,34); }
div.DivClassName
{
background-color: #E14522;
}
.BgClassName
{
background-color: #E14522;
}
</style>
border-color css
<style>
span { border-color: #E14522; }
span { border-color: rgb(225,69,34); }
td.TdClassName
{
border-color: #E14522;
}
.TagClassName
{
border-color: #E14522;
}
</style>