Shades of Cinnabar #E03232
Tints of Cinnabar #E03232
RGB
CMYK
RGB Variations
Color information
#E03232 (or 0xE03232) is known color: Cinnabar. HEX triplet: E0, 32 and 32. RGB value is (224,50,50). Sum of RGB (Red+Green+Blue) = 224+50+50=324 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.14% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 224 - color contains mainly: red. Hex color #E03232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03232 is #1FCDCD. Grayscale: #666666. Windows color (decimal): -2084302 or 3289824. OLE color: 3289824.
HSL color Cylindrical-coordinate representation of color #E03232: hue angle of 0º 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 #E03232 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 50 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.12 |
| HSL | 0º | 0.74% | 0.54% | - |
| HSV(B) | 0º | 0.78% | 0.88% | - |
| XYZ | 32.46 | 18.36 | 4.85 | - |
| YUV | 102.03 | 98.65 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 50 | 0 | 0.78 | 0.78 | 0.12 | 0 | 0.74 | 0.54 |
| Hex | E0 | 32 | 32 | 0 | 4E | 4E | C | 0 | 4A | 36 |
| Octal | 340 | 62 | 62 | 0 | 116 | 116 | 14 | 0 | 112 | 66 |
| Binary | 11100000 | 110010 | 110010 | 0 | 1001110 | 1001110 | 1100 | 0 | 1001010 | 110110 |
Color Harmonies of #E03232
Complementary color
Monochromatic Colors of #E03232
Black with #E03232
Text Example
Text Example
White with #E03232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03232; }
p { color: rgb(224,50,50); }
H1.HeaderClassName
{
color: #E03232;
}
.AnyTagClassName
{
color: #E03232;
}
</style>
background-color css
<style>
a { background-color: #E03232; }
a { background-color: rgb(224,50,50); }
div.DivClassName
{
background-color: #E03232;
}
.BgClassName
{
background-color: #E03232;
}
</style>
border-color css
<style>
span { border-color: #E03232; }
span { border-color: rgb(224,50,50); }
td.TdClassName
{
border-color: #E03232;
}
.TagClassName
{
border-color: #E03232;
}
</style>