Shades of Cinnabar #E33F32
Tints of Cinnabar #E33F32
RGB
CMYK
RGB Variations
Color information
#E33F32 (or 0xE33F32) is known color: Cinnabar. HEX triplet: E3, 3F and 32. RGB value is (227,63,50). Sum of RGB (Red+Green+Blue) = 227+63+50=340 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.76% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 227 - color contains mainly: red. Hex color #E33F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33F32 is #1CC0CD. Grayscale: #6E6E6E. Windows color (decimal): -1884366 or 3293155. OLE color: 3293155.
HSL color Cylindrical-coordinate representation of color #E33F32: hue angle of 4.41º 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 #E33F32 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 63 | 50 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.11 |
| HSL | 4.41º | 0.76% | 0.54% | - |
| HSV(B) | 4.41º | 0.78% | 0.89% | - |
| XYZ | 34.03 | 20.12 | 5.11 | - |
| YUV | 110.55 | 93.83 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 63 | 50 | 0 | 0.72 | 0.78 | 0.11 | 4.41 | 0.76 | 0.54 |
| Hex | E3 | 3F | 32 | 0 | 48 | 4E | B | 4 | 4C | 36 |
| Octal | 343 | 77 | 62 | 0 | 110 | 116 | 13 | 4 | 114 | 66 |
| Binary | 11100011 | 111111 | 110010 | 0 | 1001000 | 1001110 | 1011 | 100 | 1001100 | 110110 |
Color Harmonies of #E33F32
Complementary color
Monochromatic Colors of #E33F32
Black with #E33F32
Text Example
Text Example
White with #E33F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33F32; }
p { color: rgb(227,63,50); }
H1.HeaderClassName
{
color: #E33F32;
}
.AnyTagClassName
{
color: #E33F32;
}
</style>
background-color css
<style>
a { background-color: #E33F32; }
a { background-color: rgb(227,63,50); }
div.DivClassName
{
background-color: #E33F32;
}
.BgClassName
{
background-color: #E33F32;
}
</style>
border-color css
<style>
span { border-color: #E33F32; }
span { border-color: rgb(227,63,50); }
td.TdClassName
{
border-color: #E33F32;
}
.TagClassName
{
border-color: #E33F32;
}
</style>