Shades of Cinnabar #E14225
Tints of Cinnabar #E14225
RGB
CMYK
RGB Variations
Color information
#E14225 (or 0xE14225) is known color: Cinnabar. HEX triplet: E1, 42 and 25. RGB value is (225,66,37). Sum of RGB (Red+Green+Blue) = 225+66+37=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 37 (14.84% from 255 or 11.28% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E14225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14225 is #1EBDDA. Grayscale: #6E6E6E. Windows color (decimal): -2014683 or 2441953. OLE color: 2441953.
HSL color Cylindrical-coordinate representation of color #E14225: hue angle of 9.26º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E14225 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 66 | 37 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.12 |
| HSL | 9.26º | 0.76% | 0.51% | - |
| HSV(B) | 9.26º | 0.84% | 0.88% | - |
| XYZ | 33.33 | 20.04 | 3.86 | - |
| YUV | 110.24 | 86.68 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 66 | 37 | 0 | 0.71 | 0.84 | 0.12 | 9.26 | 0.76 | 0.51 |
| Hex | E1 | 42 | 25 | 0 | 47 | 54 | C | 9 | 4C | 33 |
| Octal | 341 | 102 | 45 | 0 | 107 | 124 | 14 | 11 | 114 | 63 |
| Binary | 11100001 | 1000010 | 100101 | 0 | 1000111 | 1010100 | 1100 | 1001 | 1001100 | 110011 |
Color Harmonies of #E14225
Complementary color
Monochromatic Colors of #E14225
Black with #E14225
Text Example
Text Example
White with #E14225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14225; }
p { color: rgb(225,66,37); }
H1.HeaderClassName
{
color: #E14225;
}
.AnyTagClassName
{
color: #E14225;
}
</style>
background-color css
<style>
a { background-color: #E14225; }
a { background-color: rgb(225,66,37); }
div.DivClassName
{
background-color: #E14225;
}
.BgClassName
{
background-color: #E14225;
}
</style>
border-color css
<style>
span { border-color: #E14225; }
span { border-color: rgb(225,66,37); }
td.TdClassName
{
border-color: #E14225;
}
.TagClassName
{
border-color: #E14225;
}
</style>