Shades of Cinnabar #E1412B
Tints of Cinnabar #E1412B
RGB
CMYK
RGB Variations
Color information
#E1412B (or 0xE1412B) is known color: Cinnabar. HEX triplet: E1, 41 and 2B. RGB value is (225,65,43). Sum of RGB (Red+Green+Blue) = 225+65+43=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E1412B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1412B is #1EBED4. Grayscale: #6E6E6E. Windows color (decimal): -2014933 or 2834913. OLE color: 2834913.
HSL color Cylindrical-coordinate representation of color #E1412B: hue angle of 7.25º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1412B is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 65 | 43 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.12 |
| HSL | 7.25º | 0.75% | 0.53% | - |
| HSV(B) | 7.25º | 0.81% | 0.88% | - |
| XYZ | 33.38 | 19.96 | 4.38 | - |
| YUV | 110.33 | 90.01 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 65 | 43 | 0 | 0.71 | 0.81 | 0.12 | 7.25 | 0.75 | 0.53 |
| Hex | E1 | 41 | 2B | 0 | 47 | 51 | C | 7 | 4B | 35 |
| Octal | 341 | 101 | 53 | 0 | 107 | 121 | 14 | 7 | 113 | 65 |
| Binary | 11100001 | 1000001 | 101011 | 0 | 1000111 | 1010001 | 1100 | 111 | 1001011 | 110101 |
Color Harmonies of #E1412B
Complementary color
Monochromatic Colors of #E1412B
Black with #E1412B
Text Example
Text Example
White with #E1412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1412B; }
p { color: rgb(225,65,43); }
H1.HeaderClassName
{
color: #E1412B;
}
.AnyTagClassName
{
color: #E1412B;
}
</style>
background-color css
<style>
a { background-color: #E1412B; }
a { background-color: rgb(225,65,43); }
div.DivClassName
{
background-color: #E1412B;
}
.BgClassName
{
background-color: #E1412B;
}
</style>
border-color css
<style>
span { border-color: #E1412B; }
span { border-color: rgb(225,65,43); }
td.TdClassName
{
border-color: #E1412B;
}
.TagClassName
{
border-color: #E1412B;
}
</style>