Shades of Cinnabar #E5412A
Tints of Cinnabar #E5412A
RGB
CMYK
RGB Variations
Color information
#E5412A (or 0xE5412A) is known color: Cinnabar. HEX triplet: E5, 41 and 2A. RGB value is (229,65,42). Sum of RGB (Red+Green+Blue) = 229+65+42=336 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.15% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 229 - color contains mainly: red. Hex color #E5412A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5412A is #1ABED5. Grayscale: #6F6F6F. Windows color (decimal): -1752790 or 2769381. OLE color: 2769381.
HSL color Cylindrical-coordinate representation of color #E5412A: hue angle of 7.38º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5412A is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 42 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.10 |
| HSL | 7.38º | 0.78% | 0.53% | - |
| HSV(B) | 7.38º | 0.82% | 0.9% | - |
| XYZ | 34.62 | 20.61 | 4.34 | - |
| YUV | 111.41 | 88.83 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 42 | 0 | 0.72 | 0.82 | 0.10 | 7.38 | 0.78 | 0.53 |
| Hex | E5 | 41 | 2A | 0 | 48 | 52 | A | 7 | 4E | 35 |
| Octal | 345 | 101 | 52 | 0 | 110 | 122 | 12 | 7 | 116 | 65 |
| Binary | 11100101 | 1000001 | 101010 | 0 | 1001000 | 1010010 | 1010 | 111 | 1001110 | 110101 |
Color Harmonies of #E5412A
Complementary color
Monochromatic Colors of #E5412A
Black with #E5412A
Text Example
Text Example
White with #E5412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5412A; }
p { color: rgb(229,65,42); }
H1.HeaderClassName
{
color: #E5412A;
}
.AnyTagClassName
{
color: #E5412A;
}
</style>
background-color css
<style>
a { background-color: #E5412A; }
a { background-color: rgb(229,65,42); }
div.DivClassName
{
background-color: #E5412A;
}
.BgClassName
{
background-color: #E5412A;
}
</style>
border-color css
<style>
span { border-color: #E5412A; }
span { border-color: rgb(229,65,42); }
td.TdClassName
{
border-color: #E5412A;
}
.TagClassName
{
border-color: #E5412A;
}
</style>