Shades of Cinnabar #E33E2F
Tints of Cinnabar #E33E2F
RGB
CMYK
RGB Variations
Color information
#E33E2F (or 0xE33E2F) is known color: Cinnabar. HEX triplet: E3, 3E and 2F. RGB value is (227,62,47). Sum of RGB (Red+Green+Blue) = 227+62+47=336 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.56% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 227 - color contains mainly: red. Hex color #E33E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33E2F is #1CC1D0. Grayscale: #6D6D6D. Windows color (decimal): -1884625 or 3096291. OLE color: 3096291.
HSL color Cylindrical-coordinate representation of color #E33E2F: hue angle of 5º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E33E2F is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 62 | 47 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.11 |
| HSL | 5º | 0.76% | 0.54% | - |
| HSV(B) | 5º | 0.79% | 0.89% | - |
| XYZ | 33.91 | 19.98 | 4.76 | - |
| YUV | 109.63 | 92.66 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 62 | 47 | 0 | 0.73 | 0.79 | 0.11 | 5 | 0.76 | 0.54 |
| Hex | E3 | 3E | 2F | 0 | 49 | 4F | B | 5 | 4C | 36 |
| Octal | 343 | 76 | 57 | 0 | 111 | 117 | 13 | 5 | 114 | 66 |
| Binary | 11100011 | 111110 | 101111 | 0 | 1001001 | 1001111 | 1011 | 101 | 1001100 | 110110 |
Color Harmonies of #E33E2F
Complementary color
Monochromatic Colors of #E33E2F
Black with #E33E2F
Text Example
Text Example
White with #E33E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33E2F; }
p { color: rgb(227,62,47); }
H1.HeaderClassName
{
color: #E33E2F;
}
.AnyTagClassName
{
color: #E33E2F;
}
</style>
background-color css
<style>
a { background-color: #E33E2F; }
a { background-color: rgb(227,62,47); }
div.DivClassName
{
background-color: #E33E2F;
}
.BgClassName
{
background-color: #E33E2F;
}
</style>
border-color css
<style>
span { border-color: #E33E2F; }
span { border-color: rgb(227,62,47); }
td.TdClassName
{
border-color: #E33E2F;
}
.TagClassName
{
border-color: #E33E2F;
}
</style>