Shades of Cinnabar #E03522
Tints of Cinnabar #E03522
RGB
CMYK
RGB Variations
Color information
#E03522 (or 0xE03522) is known color: Cinnabar. HEX triplet: E0, 35 and 22. RGB value is (224,53,34). Sum of RGB (Red+Green+Blue) = 224+53+34=311 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.03% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 34 (13.67% from 255 or 10.93% from 311); Max value from RGB is 224 - color contains mainly: red. Hex color #E03522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03522 is #1FCADD. Grayscale: #666666. Windows color (decimal): -2083550 or 2242016. OLE color: 2242016.
HSL color Cylindrical-coordinate representation of color #E03522: hue angle of 6º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E03522 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 53 | 34 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.12 |
| HSL | 6º | 0.75% | 0.51% | - |
| HSV(B) | 6º | 0.85% | 0.88% | - |
| XYZ | 32.3 | 18.51 | 3.38 | - |
| YUV | 101.96 | 89.65 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 53 | 34 | 0 | 0.76 | 0.85 | 0.12 | 6 | 0.75 | 0.51 |
| Hex | E0 | 35 | 22 | 0 | 4C | 55 | C | 6 | 4B | 33 |
| Octal | 340 | 65 | 42 | 0 | 114 | 125 | 14 | 6 | 113 | 63 |
| Binary | 11100000 | 110101 | 100010 | 0 | 1001100 | 1010101 | 1100 | 110 | 1001011 | 110011 |
Color Harmonies of #E03522
Complementary color
Monochromatic Colors of #E03522
Black with #E03522
Text Example
Text Example
White with #E03522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03522; }
p { color: rgb(224,53,34); }
H1.HeaderClassName
{
color: #E03522;
}
.AnyTagClassName
{
color: #E03522;
}
</style>
background-color css
<style>
a { background-color: #E03522; }
a { background-color: rgb(224,53,34); }
div.DivClassName
{
background-color: #E03522;
}
.BgClassName
{
background-color: #E03522;
}
</style>
border-color css
<style>
span { border-color: #E03522; }
span { border-color: rgb(224,53,34); }
td.TdClassName
{
border-color: #E03522;
}
.TagClassName
{
border-color: #E03522;
}
</style>