Shades of Cinnabar #E03D21
Tints of Cinnabar #E03D21
RGB
CMYK
RGB Variations
Color information
#E03D21 (or 0xE03D21) is known color: Cinnabar. HEX triplet: E0, 3D and 21. RGB value is (224,61,33). Sum of RGB (Red+Green+Blue) = 224+61+33=318 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.44% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 33 (13.28% from 255 or 10.38% from 318); Max value from RGB is 224 - color contains mainly: red. Hex color #E03D21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03D21 is #1FC2DE. Grayscale: #6A6A6A. Windows color (decimal): -2081503 or 2178528. OLE color: 2178528.
HSL color Cylindrical-coordinate representation of color #E03D21: hue angle of 8.8º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E03D21 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 61 | 33 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.12 |
| HSL | 8.8º | 0.75% | 0.5% | - |
| HSV(B) | 8.8º | 0.85% | 0.88% | - |
| XYZ | 32.68 | 19.29 | 3.44 | - |
| YUV | 106.55 | 86.5 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 61 | 33 | 0 | 0.73 | 0.85 | 0.12 | 8.8 | 0.75 | 0.5 |
| Hex | E0 | 3D | 21 | 0 | 49 | 55 | C | 9 | 4B | 32 |
| Octal | 340 | 75 | 41 | 0 | 111 | 125 | 14 | 11 | 113 | 62 |
| Binary | 11100000 | 111101 | 100001 | 0 | 1001001 | 1010101 | 1100 | 1001 | 1001011 | 110010 |
Color Harmonies of #E03D21
Complementary color
Monochromatic Colors of #E03D21
Black with #E03D21
Text Example
Text Example
White with #E03D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03D21; }
p { color: rgb(224,61,33); }
H1.HeaderClassName
{
color: #E03D21;
}
.AnyTagClassName
{
color: #E03D21;
}
</style>
background-color css
<style>
a { background-color: #E03D21; }
a { background-color: rgb(224,61,33); }
div.DivClassName
{
background-color: #E03D21;
}
.BgClassName
{
background-color: #E03D21;
}
</style>
border-color css
<style>
span { border-color: #E03D21; }
span { border-color: rgb(224,61,33); }
td.TdClassName
{
border-color: #E03D21;
}
.TagClassName
{
border-color: #E03D21;
}
</style>