Shades of Cinnabar #E03B32
Tints of Cinnabar #E03B32
RGB
CMYK
RGB Variations
Color information
#E03B32 (or 0xE03B32) is known color: Cinnabar. HEX triplet: E0, 3B and 32. RGB value is (224,59,50). Sum of RGB (Red+Green+Blue) = 224+59+50=333 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.27% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 224 - color contains mainly: red. Hex color #E03B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03B32 is #1FC4CD. Grayscale: #6B6B6B. Windows color (decimal): -2081998 or 3292128. OLE color: 3292128.
HSL color Cylindrical-coordinate representation of color #E03B32: hue angle of 3.1º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E03B32 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 59 | 50 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.12 |
| HSL | 3.1º | 0.74% | 0.54% | - |
| HSV(B) | 3.1º | 0.78% | 0.88% | - |
| XYZ | 32.88 | 19.21 | 4.99 | - |
| YUV | 107.31 | 95.66 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 59 | 50 | 0 | 0.74 | 0.78 | 0.12 | 3.1 | 0.74 | 0.54 |
| Hex | E0 | 3B | 32 | 0 | 4A | 4E | C | 3 | 4A | 36 |
| Octal | 340 | 73 | 62 | 0 | 112 | 116 | 14 | 3 | 112 | 66 |
| Binary | 11100000 | 111011 | 110010 | 0 | 1001010 | 1001110 | 1100 | 11 | 1001010 | 110110 |
Color Harmonies of #E03B32
Complementary color
Monochromatic Colors of #E03B32
Black with #E03B32
Text Example
Text Example
White with #E03B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03B32; }
p { color: rgb(224,59,50); }
H1.HeaderClassName
{
color: #E03B32;
}
.AnyTagClassName
{
color: #E03B32;
}
</style>
background-color css
<style>
a { background-color: #E03B32; }
a { background-color: rgb(224,59,50); }
div.DivClassName
{
background-color: #E03B32;
}
.BgClassName
{
background-color: #E03B32;
}
</style>
border-color css
<style>
span { border-color: #E03B32; }
span { border-color: rgb(224,59,50); }
td.TdClassName
{
border-color: #E03B32;
}
.TagClassName
{
border-color: #E03B32;
}
</style>