Shades of Cinnabar #E1422F
Tints of Cinnabar #E1422F
RGB
CMYK
RGB Variations
Color information
#E1422F (or 0xE1422F) is known color: Cinnabar. HEX triplet: E1, 42 and 2F. RGB value is (225,66,47). Sum of RGB (Red+Green+Blue) = 225+66+47=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E1422F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1422F is #1EBDD0. Grayscale: #6F6F6F. Windows color (decimal): -2014673 or 3097313. OLE color: 3097313.
HSL color Cylindrical-coordinate representation of color #E1422F: hue angle of 6.4º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E1422F is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 66 | 47 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.12 |
| HSL | 6.4º | 0.75% | 0.53% | - |
| HSV(B) | 6.4º | 0.79% | 0.88% | - |
| XYZ | 33.51 | 20.11 | 4.8 | - |
| YUV | 111.38 | 91.68 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 66 | 47 | 0 | 0.71 | 0.79 | 0.12 | 6.4 | 0.75 | 0.53 |
| Hex | E1 | 42 | 2F | 0 | 47 | 4F | C | 6 | 4B | 35 |
| Octal | 341 | 102 | 57 | 0 | 107 | 117 | 14 | 6 | 113 | 65 |
| Binary | 11100001 | 1000010 | 101111 | 0 | 1000111 | 1001111 | 1100 | 110 | 1001011 | 110101 |
Color Harmonies of #E1422F
Complementary color
Monochromatic Colors of #E1422F
Black with #E1422F
Text Example
Text Example
White with #E1422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1422F; }
p { color: rgb(225,66,47); }
H1.HeaderClassName
{
color: #E1422F;
}
.AnyTagClassName
{
color: #E1422F;
}
</style>
background-color css
<style>
a { background-color: #E1422F; }
a { background-color: rgb(225,66,47); }
div.DivClassName
{
background-color: #E1422F;
}
.BgClassName
{
background-color: #E1422F;
}
</style>
border-color css
<style>
span { border-color: #E1422F; }
span { border-color: rgb(225,66,47); }
td.TdClassName
{
border-color: #E1422F;
}
.TagClassName
{
border-color: #E1422F;
}
</style>