Shades of Cinnabar #E44919
Tints of Cinnabar #E44919
RGB
CMYK
RGB Variations
Color information
#E44919 (or 0xE44919) is known color: Cinnabar. HEX triplet: E4, 49 and 19. RGB value is (228,73,25). Sum of RGB (Red+Green+Blue) = 228+73+25=326 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.94% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 228 - color contains mainly: red. Hex color #E44919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E44919 is #1BB6E6. Grayscale: #727272. Windows color (decimal): -1816295 or 1657316. OLE color: 1657316.
HSL color Cylindrical-coordinate representation of color #E44919: hue angle of 14.19º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E44919 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 73 | 25 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.11 |
| HSL | 14.19º | 0.8% | 0.5% | - |
| HSV(B) | 14.19º | 0.89% | 0.89% | - |
| XYZ | 34.55 | 21.33 | 3.22 | - |
| YUV | 113.87 | 77.85 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 73 | 25 | 0 | 0.68 | 0.89 | 0.11 | 14.19 | 0.8 | 0.5 |
| Hex | E4 | 49 | 19 | 0 | 44 | 59 | B | E | 50 | 32 |
| Octal | 344 | 111 | 31 | 0 | 104 | 131 | 13 | 16 | 120 | 62 |
| Binary | 11100100 | 1001001 | 11001 | 0 | 1000100 | 1011001 | 1011 | 1110 | 1010000 | 110010 |
Color Harmonies of #E44919
Complementary color
Monochromatic Colors of #E44919
Black with #E44919
Text Example
Text Example
White with #E44919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44919; }
p { color: rgb(228,73,25); }
H1.HeaderClassName
{
color: #E44919;
}
.AnyTagClassName
{
color: #E44919;
}
</style>
background-color css
<style>
a { background-color: #E44919; }
a { background-color: rgb(228,73,25); }
div.DivClassName
{
background-color: #E44919;
}
.BgClassName
{
background-color: #E44919;
}
</style>
border-color css
<style>
span { border-color: #E44919; }
span { border-color: rgb(228,73,25); }
td.TdClassName
{
border-color: #E44919;
}
.TagClassName
{
border-color: #E44919;
}
</style>