Shades of Cinnabar #E44228
Tints of Cinnabar #E44228
RGB
CMYK
RGB Variations
Color information
#E44228 (or 0xE44228) is known color: Cinnabar. HEX triplet: E4, 42 and 28. RGB value is (228,66,40). Sum of RGB (Red+Green+Blue) = 228+66+40=334 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.26% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 228 - color contains mainly: red. Hex color #E44228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44228 is #1BBDD7. Grayscale: #6F6F6F. Windows color (decimal): -1818072 or 2638564. OLE color: 2638564.
HSL color Cylindrical-coordinate representation of color #E44228: hue angle of 8.3º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E44228 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 66 | 40 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.11 |
| HSL | 8.3º | 0.78% | 0.53% | - |
| HSV(B) | 8.3º | 0.82% | 0.89% | - |
| XYZ | 34.33 | 20.54 | 4.16 | - |
| YUV | 111.47 | 87.67 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 66 | 40 | 0 | 0.71 | 0.82 | 0.11 | 8.3 | 0.78 | 0.53 |
| Hex | E4 | 42 | 28 | 0 | 47 | 52 | B | 8 | 4E | 35 |
| Octal | 344 | 102 | 50 | 0 | 107 | 122 | 13 | 10 | 116 | 65 |
| Binary | 11100100 | 1000010 | 101000 | 0 | 1000111 | 1010010 | 1011 | 1000 | 1001110 | 110101 |
Color Harmonies of #E44228
Complementary color
Monochromatic Colors of #E44228
Black with #E44228
Text Example
Text Example
White with #E44228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44228; }
p { color: rgb(228,66,40); }
H1.HeaderClassName
{
color: #E44228;
}
.AnyTagClassName
{
color: #E44228;
}
</style>
background-color css
<style>
a { background-color: #E44228; }
a { background-color: rgb(228,66,40); }
div.DivClassName
{
background-color: #E44228;
}
.BgClassName
{
background-color: #E44228;
}
</style>
border-color css
<style>
span { border-color: #E44228; }
span { border-color: rgb(228,66,40); }
td.TdClassName
{
border-color: #E44228;
}
.TagClassName
{
border-color: #E44228;
}
</style>