Shades of Cinnabar #E44522
Tints of Cinnabar #E44522
RGB
CMYK
RGB Variations
Color information
#E44522 (or 0xE44522) is known color: Cinnabar. HEX triplet: E4, 45 and 22. RGB value is (228,69,34). Sum of RGB (Red+Green+Blue) = 228+69+34=331 (43% of max value = 765). Red value is 228 (89.45% from 255 or 68.88% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 34 (13.67% from 255 or 10.27% from 331); Max value from RGB is 228 - color contains mainly: red. Hex color #E44522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44522 is #1BBADD. Grayscale: #707070. Windows color (decimal): -1817310 or 2246116. OLE color: 2246116.
HSL color Cylindrical-coordinate representation of color #E44522: hue angle of 10.82º 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 #E44522 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 69 | 34 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.11 |
| HSL | 10.82º | 0.78% | 0.51% | - |
| HSV(B) | 10.82º | 0.85% | 0.89% | - |
| XYZ | 34.41 | 20.87 | 3.73 | - |
| YUV | 112.55 | 83.68 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 69 | 34 | 0 | 0.70 | 0.85 | 0.11 | 10.82 | 0.78 | 0.51 |
| Hex | E4 | 45 | 22 | 0 | 46 | 55 | B | B | 4E | 33 |
| Octal | 344 | 105 | 42 | 0 | 106 | 125 | 13 | 13 | 116 | 63 |
| Binary | 11100100 | 1000101 | 100010 | 0 | 1000110 | 1010101 | 1011 | 1011 | 1001110 | 110011 |
Color Harmonies of #E44522
Complementary color
Monochromatic Colors of #E44522
Black with #E44522
Text Example
Text Example
White with #E44522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44522; }
p { color: rgb(228,69,34); }
H1.HeaderClassName
{
color: #E44522;
}
.AnyTagClassName
{
color: #E44522;
}
</style>
background-color css
<style>
a { background-color: #E44522; }
a { background-color: rgb(228,69,34); }
div.DivClassName
{
background-color: #E44522;
}
.BgClassName
{
background-color: #E44522;
}
</style>
border-color css
<style>
span { border-color: #E44522; }
span { border-color: rgb(228,69,34); }
td.TdClassName
{
border-color: #E44522;
}
.TagClassName
{
border-color: #E44522;
}
</style>