Shades of Cinnabar #E03021
Tints of Cinnabar #E03021
RGB
CMYK
RGB Variations
Color information
#E03021 (or 0xE03021) is known color: Cinnabar. HEX triplet: E0, 30 and 21. RGB value is (224,48,33). Sum of RGB (Red+Green+Blue) = 224+48+33=305 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.44% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 224 - color contains mainly: red. Hex color #E03021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03021 is #1FCFDE. Grayscale: #636363. Windows color (decimal): -2084831 or 2175200. OLE color: 2175200.
HSL color Cylindrical-coordinate representation of color #E03021: hue angle of 4.71º 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 #E03021 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 48 | 33 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.12 |
| HSL | 4.71º | 0.75% | 0.5% | - |
| HSV(B) | 4.71º | 0.85% | 0.88% | - |
| XYZ | 32.07 | 18.07 | 3.24 | - |
| YUV | 98.91 | 90.81 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 48 | 33 | 0 | 0.79 | 0.85 | 0.12 | 4.71 | 0.75 | 0.5 |
| Hex | E0 | 30 | 21 | 0 | 4F | 55 | C | 5 | 4B | 32 |
| Octal | 340 | 60 | 41 | 0 | 117 | 125 | 14 | 5 | 113 | 62 |
| Binary | 11100000 | 110000 | 100001 | 0 | 1001111 | 1010101 | 1100 | 101 | 1001011 | 110010 |
Color Harmonies of #E03021
Complementary color
Monochromatic Colors of #E03021
Black with #E03021
Text Example
Text Example
White with #E03021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03021; }
p { color: rgb(224,48,33); }
H1.HeaderClassName
{
color: #E03021;
}
.AnyTagClassName
{
color: #E03021;
}
</style>
background-color css
<style>
a { background-color: #E03021; }
a { background-color: rgb(224,48,33); }
div.DivClassName
{
background-color: #E03021;
}
.BgClassName
{
background-color: #E03021;
}
</style>
border-color css
<style>
span { border-color: #E03021; }
span { border-color: rgb(224,48,33); }
td.TdClassName
{
border-color: #E03021;
}
.TagClassName
{
border-color: #E03021;
}
</style>