Shades of Cinnabar #E12F20
Tints of Cinnabar #E12F20
RGB
CMYK
RGB Variations
Color information
#E12F20 (or 0xE12F20) is known color: Cinnabar. HEX triplet: E1, 2F and 20. RGB value is (225,47,32). Sum of RGB (Red+Green+Blue) = 225+47+32=304 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.01% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 225 - color contains mainly: red. Hex color #E12F20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12F20 is #1ED0DF. Grayscale: #626262. Windows color (decimal): -2019552 or 2109409. OLE color: 2109409.
HSL color Cylindrical-coordinate representation of color #E12F20: hue angle of 4.66º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E12F20 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 47 | 32 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.12 |
| HSL | 4.66º | 0.76% | 0.5% | - |
| HSV(B) | 4.66º | 0.86% | 0.88% | - |
| XYZ | 32.33 | 18.14 | 3.16 | - |
| YUV | 98.51 | 90.47 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 47 | 32 | 0 | 0.79 | 0.86 | 0.12 | 4.66 | 0.76 | 0.5 |
| Hex | E1 | 2F | 20 | 0 | 4F | 56 | C | 5 | 4C | 32 |
| Octal | 341 | 57 | 40 | 0 | 117 | 126 | 14 | 5 | 114 | 62 |
| Binary | 11100001 | 101111 | 100000 | 0 | 1001111 | 1010110 | 1100 | 101 | 1001100 | 110010 |
Color Harmonies of #E12F20
Complementary color
Monochromatic Colors of #E12F20
Black with #E12F20
Text Example
Text Example
White with #E12F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12F20; }
p { color: rgb(225,47,32); }
H1.HeaderClassName
{
color: #E12F20;
}
.AnyTagClassName
{
color: #E12F20;
}
</style>
background-color css
<style>
a { background-color: #E12F20; }
a { background-color: rgb(225,47,32); }
div.DivClassName
{
background-color: #E12F20;
}
.BgClassName
{
background-color: #E12F20;
}
</style>
border-color css
<style>
span { border-color: #E12F20; }
span { border-color: rgb(225,47,32); }
td.TdClassName
{
border-color: #E12F20;
}
.TagClassName
{
border-color: #E12F20;
}
</style>