Shades of Cinnabar #E03F2D
Tints of Cinnabar #E03F2D
RGB
CMYK
RGB Variations
Color information
#E03F2D (or 0xE03F2D) is known color: Cinnabar. HEX triplet: E0, 3F and 2D. RGB value is (224,63,45). Sum of RGB (Red+Green+Blue) = 224+63+45=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03F2D is #1FC0D2. Grayscale: #6D6D6D. Windows color (decimal): -2080979 or 2965472. OLE color: 2965472.
HSL color Cylindrical-coordinate representation of color #E03F2D: hue angle of 6.03º 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 #E03F2D is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 63 | 45 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.12 |
| HSL | 6.03º | 0.74% | 0.53% | - |
| HSV(B) | 6.03º | 0.8% | 0.88% | - |
| XYZ | 32.99 | 19.59 | 4.53 | - |
| YUV | 109.09 | 91.84 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 63 | 45 | 0 | 0.72 | 0.80 | 0.12 | 6.03 | 0.74 | 0.53 |
| Hex | E0 | 3F | 2D | 0 | 48 | 50 | C | 6 | 4A | 35 |
| Octal | 340 | 77 | 55 | 0 | 110 | 120 | 14 | 6 | 112 | 65 |
| Binary | 11100000 | 111111 | 101101 | 0 | 1001000 | 1010000 | 1100 | 110 | 1001010 | 110101 |
Color Harmonies of #E03F2D
Complementary color
Monochromatic Colors of #E03F2D
Black with #E03F2D
Text Example
Text Example
White with #E03F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03F2D; }
p { color: rgb(224,63,45); }
H1.HeaderClassName
{
color: #E03F2D;
}
.AnyTagClassName
{
color: #E03F2D;
}
</style>
background-color css
<style>
a { background-color: #E03F2D; }
a { background-color: rgb(224,63,45); }
div.DivClassName
{
background-color: #E03F2D;
}
.BgClassName
{
background-color: #E03F2D;
}
</style>
border-color css
<style>
span { border-color: #E03F2D; }
span { border-color: rgb(224,63,45); }
td.TdClassName
{
border-color: #E03F2D;
}
.TagClassName
{
border-color: #E03F2D;
}
</style>