Shades of Cinnabar #E33E1E
Tints of Cinnabar #E33E1E
RGB
CMYK
RGB Variations
Color information
#E33E1E (or 0xE33E1E) is known color: Cinnabar. HEX triplet: E3, 3E and 1E. RGB value is (227,62,30). Sum of RGB (Red+Green+Blue) = 227+62+30=319 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.16% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 227 - color contains mainly: red. Hex color #E33E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33E1E is #1CC1E1. Grayscale: #6B6B6B. Windows color (decimal): -1884642 or 1982179. OLE color: 1982179.
HSL color Cylindrical-coordinate representation of color #E33E1E: hue angle of 9.75º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E33E1E is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 62 | 30 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.11 |
| HSL | 9.75º | 0.78% | 0.5% | - |
| HSV(B) | 9.75º | 0.87% | 0.89% | - |
| XYZ | 33.64 | 19.87 | 3.29 | - |
| YUV | 107.69 | 84.16 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 62 | 30 | 0 | 0.73 | 0.87 | 0.11 | 9.75 | 0.78 | 0.5 |
| Hex | E3 | 3E | 1E | 0 | 49 | 57 | B | A | 4E | 32 |
| Octal | 343 | 76 | 36 | 0 | 111 | 127 | 13 | 12 | 116 | 62 |
| Binary | 11100011 | 111110 | 11110 | 0 | 1001001 | 1010111 | 1011 | 1010 | 1001110 | 110010 |
Color Harmonies of #E33E1E
Complementary color
Monochromatic Colors of #E33E1E
Black with #E33E1E
Text Example
Text Example
White with #E33E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33E1E; }
p { color: rgb(227,62,30); }
H1.HeaderClassName
{
color: #E33E1E;
}
.AnyTagClassName
{
color: #E33E1E;
}
</style>
background-color css
<style>
a { background-color: #E33E1E; }
a { background-color: rgb(227,62,30); }
div.DivClassName
{
background-color: #E33E1E;
}
.BgClassName
{
background-color: #E33E1E;
}
</style>
border-color css
<style>
span { border-color: #E33E1E; }
span { border-color: rgb(227,62,30); }
td.TdClassName
{
border-color: #E33E1E;
}
.TagClassName
{
border-color: #E33E1E;
}
</style>