Shades of Cinnabar #E03E34
Tints of Cinnabar #E03E34
RGB
CMYK
RGB Variations
Color information
#E03E34 (or 0xE03E34) is known color: Cinnabar. HEX triplet: E0, 3E and 34. RGB value is (224,62,52). Sum of RGB (Red+Green+Blue) = 224+62+52=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E03E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03E34 is #1FC1CB. Grayscale: #6D6D6D. Windows color (decimal): -2081228 or 3423968. OLE color: 3423968.
HSL color Cylindrical-coordinate representation of color #E03E34: hue angle of 3.49º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E03E34 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 62 | 52 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.12 |
| HSL | 3.49º | 0.74% | 0.54% | - |
| HSV(B) | 3.49º | 0.77% | 0.88% | - |
| XYZ | 33.08 | 19.54 | 5.28 | - |
| YUV | 109.3 | 95.67 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 62 | 52 | 0 | 0.72 | 0.77 | 0.12 | 3.49 | 0.74 | 0.54 |
| Hex | E0 | 3E | 34 | 0 | 48 | 4D | C | 3 | 4A | 36 |
| Octal | 340 | 76 | 64 | 0 | 110 | 115 | 14 | 3 | 112 | 66 |
| Binary | 11100000 | 111110 | 110100 | 0 | 1001000 | 1001101 | 1100 | 11 | 1001010 | 110110 |
Color Harmonies of #E03E34
Complementary color
Monochromatic Colors of #E03E34
Black with #E03E34
Text Example
Text Example
White with #E03E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03E34; }
p { color: rgb(224,62,52); }
H1.HeaderClassName
{
color: #E03E34;
}
.AnyTagClassName
{
color: #E03E34;
}
</style>
background-color css
<style>
a { background-color: #E03E34; }
a { background-color: rgb(224,62,52); }
div.DivClassName
{
background-color: #E03E34;
}
.BgClassName
{
background-color: #E03E34;
}
</style>
border-color css
<style>
span { border-color: #E03E34; }
span { border-color: rgb(224,62,52); }
td.TdClassName
{
border-color: #E03E34;
}
.TagClassName
{
border-color: #E03E34;
}
</style>