Shades of Cinnabar #E03B2F
Tints of Cinnabar #E03B2F
RGB
CMYK
RGB Variations
Color information
#E03B2F (or 0xE03B2F) is known color: Cinnabar. HEX triplet: E0, 3B and 2F. RGB value is (224,59,47). Sum of RGB (Red+Green+Blue) = 224+59+47=330 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.88% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 224 - color contains mainly: red. Hex color #E03B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03B2F is #1FC4D0. Grayscale: #6B6B6B. Windows color (decimal): -2082001 or 3095520. OLE color: 3095520.
HSL color Cylindrical-coordinate representation of color #E03B2F: hue angle of 4.07º 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 #E03B2F is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 59 | 47 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.12 |
| HSL | 4.07º | 0.74% | 0.53% | - |
| HSV(B) | 4.07º | 0.79% | 0.88% | - |
| XYZ | 32.82 | 19.18 | 4.66 | - |
| YUV | 106.97 | 94.16 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 59 | 47 | 0 | 0.74 | 0.79 | 0.12 | 4.07 | 0.74 | 0.53 |
| Hex | E0 | 3B | 2F | 0 | 4A | 4F | C | 4 | 4A | 35 |
| Octal | 340 | 73 | 57 | 0 | 112 | 117 | 14 | 4 | 112 | 65 |
| Binary | 11100000 | 111011 | 101111 | 0 | 1001010 | 1001111 | 1100 | 100 | 1001010 | 110101 |
Color Harmonies of #E03B2F
Complementary color
Monochromatic Colors of #E03B2F
Black with #E03B2F
Text Example
Text Example
White with #E03B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03B2F; }
p { color: rgb(224,59,47); }
H1.HeaderClassName
{
color: #E03B2F;
}
.AnyTagClassName
{
color: #E03B2F;
}
</style>
background-color css
<style>
a { background-color: #E03B2F; }
a { background-color: rgb(224,59,47); }
div.DivClassName
{
background-color: #E03B2F;
}
.BgClassName
{
background-color: #E03B2F;
}
</style>
border-color css
<style>
span { border-color: #E03B2F; }
span { border-color: rgb(224,59,47); }
td.TdClassName
{
border-color: #E03B2F;
}
.TagClassName
{
border-color: #E03B2F;
}
</style>