Shades of Cinnabar #E0432E
Tints of Cinnabar #E0432E
RGB
CMYK
RGB Variations
Color information
#E0432E (or 0xE0432E) is known color: Cinnabar. HEX triplet: E0, 43 and 2E. RGB value is (224,67,46). Sum of RGB (Red+Green+Blue) = 224+67+46=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E0432E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0432E is #1FBCD1. Grayscale: #6F6F6F. Windows color (decimal): -2079954 or 3032032. OLE color: 3032032.
HSL color Cylindrical-coordinate representation of color #E0432E: hue angle of 7.08º 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 #E0432E is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 67 | 46 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.12 |
| HSL | 7.08º | 0.74% | 0.53% | - |
| HSV(B) | 7.08º | 0.79% | 0.88% | - |
| XYZ | 33.24 | 20.06 | 4.7 | - |
| YUV | 111.55 | 91.01 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 67 | 46 | 0 | 0.70 | 0.79 | 0.12 | 7.08 | 0.74 | 0.53 |
| Hex | E0 | 43 | 2E | 0 | 46 | 4F | C | 7 | 4A | 35 |
| Octal | 340 | 103 | 56 | 0 | 106 | 117 | 14 | 7 | 112 | 65 |
| Binary | 11100000 | 1000011 | 101110 | 0 | 1000110 | 1001111 | 1100 | 111 | 1001010 | 110101 |
Color Harmonies of #E0432E
Complementary color
Monochromatic Colors of #E0432E
Black with #E0432E
Text Example
Text Example
White with #E0432E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0432E; }
p { color: rgb(224,67,46); }
H1.HeaderClassName
{
color: #E0432E;
}
.AnyTagClassName
{
color: #E0432E;
}
</style>
background-color css
<style>
a { background-color: #E0432E; }
a { background-color: rgb(224,67,46); }
div.DivClassName
{
background-color: #E0432E;
}
.BgClassName
{
background-color: #E0432E;
}
</style>
border-color css
<style>
span { border-color: #E0432E; }
span { border-color: rgb(224,67,46); }
td.TdClassName
{
border-color: #E0432E;
}
.TagClassName
{
border-color: #E0432E;
}
</style>