Shades of Cinnabar #E03521
Tints of Cinnabar #E03521
RGB
CMYK
RGB Variations
Color information
#E03521 (or 0xE03521) is known color: Cinnabar. HEX triplet: E0, 35 and 21. RGB value is (224,53,33). Sum of RGB (Red+Green+Blue) = 224+53+33=310 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.26% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 224 - color contains mainly: red. Hex color #E03521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03521 is #1FCADE. Grayscale: #666666. Windows color (decimal): -2083551 or 2176480. OLE color: 2176480.
HSL color Cylindrical-coordinate representation of color #E03521: hue angle of 6.28º 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 #E03521 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 53 | 33 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.12 |
| HSL | 6.28º | 0.75% | 0.5% | - |
| HSV(B) | 6.28º | 0.85% | 0.88% | - |
| XYZ | 32.29 | 18.5 | 3.31 | - |
| YUV | 101.85 | 89.15 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 53 | 33 | 0 | 0.76 | 0.85 | 0.12 | 6.28 | 0.75 | 0.5 |
| Hex | E0 | 35 | 21 | 0 | 4C | 55 | C | 6 | 4B | 32 |
| Octal | 340 | 65 | 41 | 0 | 114 | 125 | 14 | 6 | 113 | 62 |
| Binary | 11100000 | 110101 | 100001 | 0 | 1001100 | 1010101 | 1100 | 110 | 1001011 | 110010 |
Color Harmonies of #E03521
Complementary color
Monochromatic Colors of #E03521
Black with #E03521
Text Example
Text Example
White with #E03521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03521; }
p { color: rgb(224,53,33); }
H1.HeaderClassName
{
color: #E03521;
}
.AnyTagClassName
{
color: #E03521;
}
</style>
background-color css
<style>
a { background-color: #E03521; }
a { background-color: rgb(224,53,33); }
div.DivClassName
{
background-color: #E03521;
}
.BgClassName
{
background-color: #E03521;
}
</style>
border-color css
<style>
span { border-color: #E03521; }
span { border-color: rgb(224,53,33); }
td.TdClassName
{
border-color: #E03521;
}
.TagClassName
{
border-color: #E03521;
}
</style>