Shades of Cinnabar #E03A20
Tints of Cinnabar #E03A20
RGB
CMYK
RGB Variations
Color information
#E03A20 (or 0xE03A20) is known color: Cinnabar. HEX triplet: E0, 3A and 20. RGB value is (224,58,32). Sum of RGB (Red+Green+Blue) = 224+58+32=314 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.34% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 224 - color contains mainly: red. Hex color #E03A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03A20 is #1FC5DF. Grayscale: #686868. Windows color (decimal): -2082272 or 2112224. OLE color: 2112224.
HSL color Cylindrical-coordinate representation of color #E03A20: hue angle of 8.12º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E03A20 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 58 | 32 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.12 |
| HSL | 8.13º | 0.76% | 0.5% | - |
| HSV(B) | 8.13º | 0.86% | 0.88% | - |
| XYZ | 32.51 | 18.98 | 3.32 | - |
| YUV | 104.67 | 87 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 58 | 32 | 0 | 0.74 | 0.86 | 0.12 | 8.13 | 0.76 | 0.5 |
| Hex | E0 | 3A | 20 | 0 | 4A | 56 | C | 8 | 4C | 32 |
| Octal | 340 | 72 | 40 | 0 | 112 | 126 | 14 | 10 | 114 | 62 |
| Binary | 11100000 | 111010 | 100000 | 0 | 1001010 | 1010110 | 1100 | 1000 | 1001100 | 110010 |
Color Harmonies of #E03A20
Complementary color
Monochromatic Colors of #E03A20
Black with #E03A20
Text Example
Text Example
White with #E03A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03A20; }
p { color: rgb(224,58,32); }
H1.HeaderClassName
{
color: #E03A20;
}
.AnyTagClassName
{
color: #E03A20;
}
</style>
background-color css
<style>
a { background-color: #E03A20; }
a { background-color: rgb(224,58,32); }
div.DivClassName
{
background-color: #E03A20;
}
.BgClassName
{
background-color: #E03A20;
}
</style>
border-color css
<style>
span { border-color: #E03A20; }
span { border-color: rgb(224,58,32); }
td.TdClassName
{
border-color: #E03A20;
}
.TagClassName
{
border-color: #E03A20;
}
</style>