Shades of Cinnabar #E33422
Tints of Cinnabar #E33422
RGB
CMYK
RGB Variations
Color information
#E33422 (or 0xE33422) is known color: Cinnabar. HEX triplet: E3, 34 and 22. RGB value is (227,52,34). Sum of RGB (Red+Green+Blue) = 227+52+34=313 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.52% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 34 (13.67% from 255 or 10.86% from 313); Max value from RGB is 227 - color contains mainly: red. Hex color #E33422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33422 is #1CCBDD. Grayscale: #666666. Windows color (decimal): -1887198 or 2241763. OLE color: 2241763.
HSL color Cylindrical-coordinate representation of color #E33422: hue angle of 5.6º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E33422 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 52 | 34 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.11 |
| HSL | 5.6º | 0.78% | 0.51% | - |
| HSV(B) | 5.6º | 0.85% | 0.89% | - |
| XYZ | 33.2 | 18.9 | 3.41 | - |
| YUV | 102.27 | 89.48 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 52 | 34 | 0 | 0.77 | 0.85 | 0.11 | 5.6 | 0.78 | 0.51 |
| Hex | E3 | 34 | 22 | 0 | 4D | 55 | B | 6 | 4E | 33 |
| Octal | 343 | 64 | 42 | 0 | 115 | 125 | 13 | 6 | 116 | 63 |
| Binary | 11100011 | 110100 | 100010 | 0 | 1001101 | 1010101 | 1011 | 110 | 1001110 | 110011 |
Color Harmonies of #E33422
Complementary color
Monochromatic Colors of #E33422
Black with #E33422
Text Example
Text Example
White with #E33422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33422; }
p { color: rgb(227,52,34); }
H1.HeaderClassName
{
color: #E33422;
}
.AnyTagClassName
{
color: #E33422;
}
</style>
background-color css
<style>
a { background-color: #E33422; }
a { background-color: rgb(227,52,34); }
div.DivClassName
{
background-color: #E33422;
}
.BgClassName
{
background-color: #E33422;
}
</style>
border-color css
<style>
span { border-color: #E33422; }
span { border-color: rgb(227,52,34); }
td.TdClassName
{
border-color: #E33422;
}
.TagClassName
{
border-color: #E33422;
}
</style>