Shades of Cinnabar #E33E32
Tints of Cinnabar #E33E32
RGB
CMYK
RGB Variations
Color information
#E33E32 (or 0xE33E32) is known color: Cinnabar. HEX triplet: E3, 3E and 32. RGB value is (227,62,50). Sum of RGB (Red+Green+Blue) = 227+62+50=339 (44% of max value = 765). Red value is 227 (89.06% from 255 or 66.96% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 227 - color contains mainly: red. Hex color #E33E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33E32 is #1CC1CD. Grayscale: #6E6E6E. Windows color (decimal): -1884622 or 3292899. OLE color: 3292899.
HSL color Cylindrical-coordinate representation of color #E33E32: hue angle of 4.07º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E33E32 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 62 | 50 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.11 |
| HSL | 4.07º | 0.76% | 0.54% | - |
| HSV(B) | 4.07º | 0.78% | 0.89% | - |
| XYZ | 33.98 | 20.01 | 5.09 | - |
| YUV | 109.97 | 94.16 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 62 | 50 | 0 | 0.73 | 0.78 | 0.11 | 4.07 | 0.76 | 0.54 |
| Hex | E3 | 3E | 32 | 0 | 49 | 4E | B | 4 | 4C | 36 |
| Octal | 343 | 76 | 62 | 0 | 111 | 116 | 13 | 4 | 114 | 66 |
| Binary | 11100011 | 111110 | 110010 | 0 | 1001001 | 1001110 | 1011 | 100 | 1001100 | 110110 |
Color Harmonies of #E33E32
Complementary color
Monochromatic Colors of #E33E32
Black with #E33E32
Text Example
Text Example
White with #E33E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33E32; }
p { color: rgb(227,62,50); }
H1.HeaderClassName
{
color: #E33E32;
}
.AnyTagClassName
{
color: #E33E32;
}
</style>
background-color css
<style>
a { background-color: #E33E32; }
a { background-color: rgb(227,62,50); }
div.DivClassName
{
background-color: #E33E32;
}
.BgClassName
{
background-color: #E33E32;
}
</style>
border-color css
<style>
span { border-color: #E33E32; }
span { border-color: rgb(227,62,50); }
td.TdClassName
{
border-color: #E33E32;
}
.TagClassName
{
border-color: #E33E32;
}
</style>