Shades of Cinnabar #E0412E
Tints of Cinnabar #E0412E
RGB
CMYK
RGB Variations
Color information
#E0412E (or 0xE0412E) is known color: Cinnabar. HEX triplet: E0, 41 and 2E. RGB value is (224,65,46). Sum of RGB (Red+Green+Blue) = 224+65+46=335 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.87% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 224 - color contains mainly: red. Hex color #E0412E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0412E is #1FBED1. Grayscale: #6E6E6E. Windows color (decimal): -2080466 or 3031520. OLE color: 3031520.
HSL color Cylindrical-coordinate representation of color #E0412E: hue angle of 6.4º degrees, saturation: 0.74, 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 #E0412E is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 65 | 46 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.12 |
| HSL | 6.4º | 0.74% | 0.53% | - |
| HSV(B) | 6.4º | 0.79% | 0.88% | - |
| XYZ | 33.12 | 19.83 | 4.67 | - |
| YUV | 110.38 | 91.68 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 65 | 46 | 0 | 0.71 | 0.79 | 0.12 | 6.4 | 0.74 | 0.53 |
| Hex | E0 | 41 | 2E | 0 | 47 | 4F | C | 6 | 4A | 35 |
| Octal | 340 | 101 | 56 | 0 | 107 | 117 | 14 | 6 | 112 | 65 |
| Binary | 11100000 | 1000001 | 101110 | 0 | 1000111 | 1001111 | 1100 | 110 | 1001010 | 110101 |
Color Harmonies of #E0412E
Complementary color
Monochromatic Colors of #E0412E
Black with #E0412E
Text Example
Text Example
White with #E0412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0412E; }
p { color: rgb(224,65,46); }
H1.HeaderClassName
{
color: #E0412E;
}
.AnyTagClassName
{
color: #E0412E;
}
</style>
background-color css
<style>
a { background-color: #E0412E; }
a { background-color: rgb(224,65,46); }
div.DivClassName
{
background-color: #E0412E;
}
.BgClassName
{
background-color: #E0412E;
}
</style>
border-color css
<style>
span { border-color: #E0412E; }
span { border-color: rgb(224,65,46); }
td.TdClassName
{
border-color: #E0412E;
}
.TagClassName
{
border-color: #E0412E;
}
</style>