Shades of Cinnabar #E03B2C
Tints of Cinnabar #E03B2C
RGB
CMYK
RGB Variations
Color information
#E03B2C (or 0xE03B2C) is known color: Cinnabar. HEX triplet: E0, 3B and 2C. RGB value is (224,59,44). Sum of RGB (Red+Green+Blue) = 224+59+44=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E03B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03B2C is #1FC4D3. Grayscale: #6A6A6A. Windows color (decimal): -2082004 or 2898912. OLE color: 2898912.
HSL color Cylindrical-coordinate representation of color #E03B2C: hue angle of 5º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E03B2C is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 59 | 44 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.12 |
| HSL | 5º | 0.74% | 0.53% | - |
| HSV(B) | 5º | 0.8% | 0.88% | - |
| XYZ | 32.76 | 19.16 | 4.35 | - |
| YUV | 106.63 | 92.66 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 59 | 44 | 0 | 0.74 | 0.80 | 0.12 | 5 | 0.74 | 0.53 |
| Hex | E0 | 3B | 2C | 0 | 4A | 50 | C | 5 | 4A | 35 |
| Octal | 340 | 73 | 54 | 0 | 112 | 120 | 14 | 5 | 112 | 65 |
| Binary | 11100000 | 111011 | 101100 | 0 | 1001010 | 1010000 | 1100 | 101 | 1001010 | 110101 |
Color Harmonies of #E03B2C
Complementary color
Monochromatic Colors of #E03B2C
Black with #E03B2C
Text Example
Text Example
White with #E03B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03B2C; }
p { color: rgb(224,59,44); }
H1.HeaderClassName
{
color: #E03B2C;
}
.AnyTagClassName
{
color: #E03B2C;
}
</style>
background-color css
<style>
a { background-color: #E03B2C; }
a { background-color: rgb(224,59,44); }
div.DivClassName
{
background-color: #E03B2C;
}
.BgClassName
{
background-color: #E03B2C;
}
</style>
border-color css
<style>
span { border-color: #E03B2C; }
span { border-color: rgb(224,59,44); }
td.TdClassName
{
border-color: #E03B2C;
}
.TagClassName
{
border-color: #E03B2C;
}
</style>