Shades of Cinnabar #E5412C
Tints of Cinnabar #E5412C
RGB
CMYK
RGB Variations
Color information
#E5412C (or 0xE5412C) is known color: Cinnabar. HEX triplet: E5, 41 and 2C. RGB value is (229,65,44). Sum of RGB (Red+Green+Blue) = 229+65+44=338 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.75% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 44 (17.58% from 255 or 13.02% from 338); Max value from RGB is 229 - color contains mainly: red. Hex color #E5412C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5412C is #1ABED3. Grayscale: #6F6F6F. Windows color (decimal): -1752788 or 2900453. OLE color: 2900453.
HSL color Cylindrical-coordinate representation of color #E5412C: hue angle of 6.81º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5412C is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 44 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.10 |
| HSL | 6.81º | 0.78% | 0.54% | - |
| HSV(B) | 6.81º | 0.81% | 0.9% | - |
| XYZ | 34.66 | 20.62 | 4.54 | - |
| YUV | 111.64 | 89.83 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 44 | 0 | 0.72 | 0.81 | 0.10 | 6.81 | 0.78 | 0.54 |
| Hex | E5 | 41 | 2C | 0 | 48 | 51 | A | 7 | 4E | 36 |
| Octal | 345 | 101 | 54 | 0 | 110 | 121 | 12 | 7 | 116 | 66 |
| Binary | 11100101 | 1000001 | 101100 | 0 | 1001000 | 1010001 | 1010 | 111 | 1001110 | 110110 |
Color Harmonies of #E5412C
Complementary color
Monochromatic Colors of #E5412C
Black with #E5412C
Text Example
Text Example
White with #E5412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5412C; }
p { color: rgb(229,65,44); }
H1.HeaderClassName
{
color: #E5412C;
}
.AnyTagClassName
{
color: #E5412C;
}
</style>
background-color css
<style>
a { background-color: #E5412C; }
a { background-color: rgb(229,65,44); }
div.DivClassName
{
background-color: #E5412C;
}
.BgClassName
{
background-color: #E5412C;
}
</style>
border-color css
<style>
span { border-color: #E5412C; }
span { border-color: rgb(229,65,44); }
td.TdClassName
{
border-color: #E5412C;
}
.TagClassName
{
border-color: #E5412C;
}
</style>