Shades of Cinnabar #E02E23
Tints of Cinnabar #E02E23
RGB
CMYK
RGB Variations
Color information
#E02E23 (or 0xE02E23) is known color: Cinnabar. HEX triplet: E0, 2E and 23. RGB value is (224,46,35). Sum of RGB (Red+Green+Blue) = 224+46+35=305 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.44% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 35 (14.06% from 255 or 11.48% from 305); Max value from RGB is 224 - color contains mainly: red. Hex color #E02E23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02E23 is #1FD1DC. Grayscale: #626262. Windows color (decimal): -2085341 or 2305760. OLE color: 2305760.
HSL color Cylindrical-coordinate representation of color #E02E23: hue angle of 3.49º 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 #E02E23 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 46 | 35 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.12 |
| HSL | 3.49º | 0.75% | 0.51% | - |
| HSV(B) | 3.49º | 0.84% | 0.88% | - |
| XYZ | 32.02 | 17.92 | 3.36 | - |
| YUV | 97.97 | 92.47 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 46 | 35 | 0 | 0.79 | 0.84 | 0.12 | 3.49 | 0.75 | 0.51 |
| Hex | E0 | 2E | 23 | 0 | 4F | 54 | C | 3 | 4B | 33 |
| Octal | 340 | 56 | 43 | 0 | 117 | 124 | 14 | 3 | 113 | 63 |
| Binary | 11100000 | 101110 | 100011 | 0 | 1001111 | 1010100 | 1100 | 11 | 1001011 | 110011 |
Color Harmonies of #E02E23
Complementary color
Monochromatic Colors of #E02E23
Black with #E02E23
Text Example
Text Example
White with #E02E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02E23; }
p { color: rgb(224,46,35); }
H1.HeaderClassName
{
color: #E02E23;
}
.AnyTagClassName
{
color: #E02E23;
}
</style>
background-color css
<style>
a { background-color: #E02E23; }
a { background-color: rgb(224,46,35); }
div.DivClassName
{
background-color: #E02E23;
}
.BgClassName
{
background-color: #E02E23;
}
</style>
border-color css
<style>
span { border-color: #E02E23; }
span { border-color: rgb(224,46,35); }
td.TdClassName
{
border-color: #E02E23;
}
.TagClassName
{
border-color: #E02E23;
}
</style>