Shades of Cinnabar #E02E24
Tints of Cinnabar #E02E24
RGB
CMYK
RGB Variations
Color information
#E02E24 (or 0xE02E24) is known color: Cinnabar. HEX triplet: E0, 2E and 24. RGB value is (224,46,36). Sum of RGB (Red+Green+Blue) = 224+46+36=306 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.20% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 36 (14.45% from 255 or 11.76% from 306); Max value from RGB is 224 - color contains mainly: red. Hex color #E02E24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02E24 is #1FD1DB. Grayscale: #626262. Windows color (decimal): -2085340 or 2371296. OLE color: 2371296.
HSL color Cylindrical-coordinate representation of color #E02E24: hue angle of 3.19º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E02E24 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 46 | 36 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.12 |
| HSL | 3.19º | 0.75% | 0.51% | - |
| HSV(B) | 3.19º | 0.84% | 0.88% | - |
| XYZ | 32.04 | 17.93 | 3.44 | - |
| YUV | 98.08 | 92.97 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 46 | 36 | 0 | 0.79 | 0.84 | 0.12 | 3.19 | 0.75 | 0.51 |
| Hex | E0 | 2E | 24 | 0 | 4F | 54 | C | 3 | 4B | 33 |
| Octal | 340 | 56 | 44 | 0 | 117 | 124 | 14 | 3 | 113 | 63 |
| Binary | 11100000 | 101110 | 100100 | 0 | 1001111 | 1010100 | 1100 | 11 | 1001011 | 110011 |
Color Harmonies of #E02E24
Complementary color
Monochromatic Colors of #E02E24
Black with #E02E24
Text Example
Text Example
White with #E02E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02E24; }
p { color: rgb(224,46,36); }
H1.HeaderClassName
{
color: #E02E24;
}
.AnyTagClassName
{
color: #E02E24;
}
</style>
background-color css
<style>
a { background-color: #E02E24; }
a { background-color: rgb(224,46,36); }
div.DivClassName
{
background-color: #E02E24;
}
.BgClassName
{
background-color: #E02E24;
}
</style>
border-color css
<style>
span { border-color: #E02E24; }
span { border-color: rgb(224,46,36); }
td.TdClassName
{
border-color: #E02E24;
}
.TagClassName
{
border-color: #E02E24;
}
</style>