Shades of Cinnabar #E03E3E
Tints of Cinnabar #E03E3E
RGB
CMYK
RGB Variations
Color information
#E03E3E (or 0xE03E3E) is known color: Cinnabar. HEX triplet: E0, 3E and 3E. RGB value is (224,62,62). Sum of RGB (Red+Green+Blue) = 224+62+62=348 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.37% from 348); Green value is 62 (24.61% from 255 or 17.82% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 224 - color contains mainly: red. Hex color #E03E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03E3E is #1FC1C1. Grayscale: #6E6E6E. Windows color (decimal): -2081218 or 4079328. OLE color: 4079328.
HSL color Cylindrical-coordinate representation of color #E03E3E: hue angle of 0º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E03E3E is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 62 | 62 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.12 |
| HSL | 0º | 0.72% | 0.56% | - |
| HSV(B) | 0º | 0.72% | 0.88% | - |
| XYZ | 33.33 | 19.64 | 6.59 | - |
| YUV | 110.44 | 100.67 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 62 | 62 | 0 | 0.72 | 0.72 | 0.12 | 0 | 0.72 | 0.56 |
| Hex | E0 | 3E | 3E | 0 | 48 | 48 | C | 0 | 48 | 38 |
| Octal | 340 | 76 | 76 | 0 | 110 | 110 | 14 | 0 | 110 | 70 |
| Binary | 11100000 | 111110 | 111110 | 0 | 1001000 | 1001000 | 1100 | 0 | 1001000 | 111000 |
Color Harmonies of #E03E3E
Complementary color
Monochromatic Colors of #E03E3E
Black with #E03E3E
Text Example
Text Example
White with #E03E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03E3E; }
p { color: rgb(224,62,62); }
H1.HeaderClassName
{
color: #E03E3E;
}
.AnyTagClassName
{
color: #E03E3E;
}
</style>
background-color css
<style>
a { background-color: #E03E3E; }
a { background-color: rgb(224,62,62); }
div.DivClassName
{
background-color: #E03E3E;
}
.BgClassName
{
background-color: #E03E3E;
}
</style>
border-color css
<style>
span { border-color: #E03E3E; }
span { border-color: rgb(224,62,62); }
td.TdClassName
{
border-color: #E03E3E;
}
.TagClassName
{
border-color: #E03E3E;
}
</style>