Shades of Cinnabar #E44222
Tints of Cinnabar #E44222
RGB
CMYK
RGB Variations
Color information
#E44222 (or 0xE44222) is known color: Cinnabar. HEX triplet: E4, 42 and 22. RGB value is (228,66,34). Sum of RGB (Red+Green+Blue) = 228+66+34=328 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.51% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 34 (13.67% from 255 or 10.37% from 328); Max value from RGB is 228 - color contains mainly: red. Hex color #E44222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44222 is #1BBDDD. Grayscale: #6F6F6F. Windows color (decimal): -1818078 or 2245348. OLE color: 2245348.
HSL color Cylindrical-coordinate representation of color #E44222: hue angle of 9.9º 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 #E44222 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 66 | 34 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.11 |
| HSL | 9.9º | 0.78% | 0.51% | - |
| HSV(B) | 9.9º | 0.85% | 0.89% | - |
| XYZ | 34.23 | 20.51 | 3.67 | - |
| YUV | 110.79 | 84.67 | 211.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 66 | 34 | 0 | 0.71 | 0.85 | 0.11 | 9.9 | 0.78 | 0.51 |
| Hex | E4 | 42 | 22 | 0 | 47 | 55 | B | A | 4E | 33 |
| Octal | 344 | 102 | 42 | 0 | 107 | 125 | 13 | 12 | 116 | 63 |
| Binary | 11100100 | 1000010 | 100010 | 0 | 1000111 | 1010101 | 1011 | 1010 | 1001110 | 110011 |
Color Harmonies of #E44222
Complementary color
Monochromatic Colors of #E44222
Black with #E44222
Text Example
Text Example
White with #E44222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44222; }
p { color: rgb(228,66,34); }
H1.HeaderClassName
{
color: #E44222;
}
.AnyTagClassName
{
color: #E44222;
}
</style>
background-color css
<style>
a { background-color: #E44222; }
a { background-color: rgb(228,66,34); }
div.DivClassName
{
background-color: #E44222;
}
.BgClassName
{
background-color: #E44222;
}
</style>
border-color css
<style>
span { border-color: #E44222; }
span { border-color: rgb(228,66,34); }
td.TdClassName
{
border-color: #E44222;
}
.TagClassName
{
border-color: #E44222;
}
</style>