Shades of Cinnabar #E03F2E
Tints of Cinnabar #E03F2E
RGB
CMYK
RGB Variations
Color information
#E03F2E (or 0xE03F2E) is known color: Cinnabar. HEX triplet: E0, 3F and 2E. RGB value is (224,63,46). Sum of RGB (Red+Green+Blue) = 224+63+46=333 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.27% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03F2E is #1FC0D1. Grayscale: #6D6D6D. Windows color (decimal): -2080978 or 3031008. OLE color: 3031008.
HSL color Cylindrical-coordinate representation of color #E03F2E: hue angle of 5.73º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E03F2E is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 63 | 46 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.12 |
| HSL | 5.73º | 0.74% | 0.53% | - |
| HSV(B) | 5.73º | 0.79% | 0.88% | - |
| XYZ | 33.01 | 19.6 | 4.63 | - |
| YUV | 109.2 | 92.34 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 63 | 46 | 0 | 0.72 | 0.79 | 0.12 | 5.73 | 0.74 | 0.53 |
| Hex | E0 | 3F | 2E | 0 | 48 | 4F | C | 6 | 4A | 35 |
| Octal | 340 | 77 | 56 | 0 | 110 | 117 | 14 | 6 | 112 | 65 |
| Binary | 11100000 | 111111 | 101110 | 0 | 1001000 | 1001111 | 1100 | 110 | 1001010 | 110101 |
Color Harmonies of #E03F2E
Complementary color
Monochromatic Colors of #E03F2E
Black with #E03F2E
Text Example
Text Example
White with #E03F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03F2E; }
p { color: rgb(224,63,46); }
H1.HeaderClassName
{
color: #E03F2E;
}
.AnyTagClassName
{
color: #E03F2E;
}
</style>
background-color css
<style>
a { background-color: #E03F2E; }
a { background-color: rgb(224,63,46); }
div.DivClassName
{
background-color: #E03F2E;
}
.BgClassName
{
background-color: #E03F2E;
}
</style>
border-color css
<style>
span { border-color: #E03F2E; }
span { border-color: rgb(224,63,46); }
td.TdClassName
{
border-color: #E03F2E;
}
.TagClassName
{
border-color: #E03F2E;
}
</style>