Shades of Cinnabar #E1412D
Tints of Cinnabar #E1412D
RGB
CMYK
RGB Variations
Color information
#E1412D (or 0xE1412D) is known color: Cinnabar. HEX triplet: E1, 41 and 2D. RGB value is (225,65,45). Sum of RGB (Red+Green+Blue) = 225+65+45=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E1412D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1412D is #1EBED2. Grayscale: #6E6E6E. Windows color (decimal): -2014931 or 2965985. OLE color: 2965985.
HSL color Cylindrical-coordinate representation of color #E1412D: hue angle of 6.67º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1412D is Cyan = 0, Magento = 0.71, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 65 | 45 | - |
| CMYK | 0 | 0.71 | 0.8 | 0.12 |
| HSL | 6.67º | 0.75% | 0.53% | - |
| HSV(B) | 6.67º | 0.8% | 0.88% | - |
| XYZ | 33.42 | 19.98 | 4.58 | - |
| YUV | 110.56 | 91.01 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 65 | 45 | 0 | 0.71 | 0.8 | 0.12 | 6.67 | 0.75 | 0.53 |
| Hex | E1 | 41 | 2D | 0 | 47 | 50 | C | 7 | 4B | 35 |
| Octal | 341 | 101 | 55 | 0 | 107 | 120 | 14 | 7 | 113 | 65 |
| Binary | 11100001 | 1000001 | 101101 | 0 | 1000111 | 1010000 | 1100 | 111 | 1001011 | 110101 |
Color Harmonies of #E1412D
Complementary color
Monochromatic Colors of #E1412D
Black with #E1412D
Text Example
Text Example
White with #E1412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1412D; }
p { color: rgb(225,65,45); }
H1.HeaderClassName
{
color: #E1412D;
}
.AnyTagClassName
{
color: #E1412D;
}
</style>
background-color css
<style>
a { background-color: #E1412D; }
a { background-color: rgb(225,65,45); }
div.DivClassName
{
background-color: #E1412D;
}
.BgClassName
{
background-color: #E1412D;
}
</style>
border-color css
<style>
span { border-color: #E1412D; }
span { border-color: rgb(225,65,45); }
td.TdClassName
{
border-color: #E1412D;
}
.TagClassName
{
border-color: #E1412D;
}
</style>