Shades of Cinnabar #E03E2D
Tints of Cinnabar #E03E2D
RGB
CMYK
RGB Variations
Color information
#E03E2D (or 0xE03E2D) is known color: Cinnabar. HEX triplet: E0, 3E and 2D. RGB value is (224,62,45). Sum of RGB (Red+Green+Blue) = 224+62+45=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E03E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03E2D is #1FC1D2. Grayscale: #6C6C6C. Windows color (decimal): -2081235 or 2965216. OLE color: 2965216.
HSL color Cylindrical-coordinate representation of color #E03E2D: hue angle of 5.7º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E03E2D is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 62 | 45 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.12 |
| HSL | 5.7º | 0.74% | 0.53% | - |
| HSV(B) | 5.7º | 0.8% | 0.88% | - |
| XYZ | 32.94 | 19.48 | 4.51 | - |
| YUV | 108.5 | 92.17 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 62 | 45 | 0 | 0.72 | 0.80 | 0.12 | 5.7 | 0.74 | 0.53 |
| Hex | E0 | 3E | 2D | 0 | 48 | 50 | C | 6 | 4A | 35 |
| Octal | 340 | 76 | 55 | 0 | 110 | 120 | 14 | 6 | 112 | 65 |
| Binary | 11100000 | 111110 | 101101 | 0 | 1001000 | 1010000 | 1100 | 110 | 1001010 | 110101 |
Color Harmonies of #E03E2D
Complementary color
Monochromatic Colors of #E03E2D
Black with #E03E2D
Text Example
Text Example
White with #E03E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03E2D; }
p { color: rgb(224,62,45); }
H1.HeaderClassName
{
color: #E03E2D;
}
.AnyTagClassName
{
color: #E03E2D;
}
</style>
background-color css
<style>
a { background-color: #E03E2D; }
a { background-color: rgb(224,62,45); }
div.DivClassName
{
background-color: #E03E2D;
}
.BgClassName
{
background-color: #E03E2D;
}
</style>
border-color css
<style>
span { border-color: #E03E2D; }
span { border-color: rgb(224,62,45); }
td.TdClassName
{
border-color: #E03E2D;
}
.TagClassName
{
border-color: #E03E2D;
}
</style>