Shades of Cinnabar #E44418
Tints of Cinnabar #E44418
RGB
CMYK
RGB Variations
Color information
#E44418 (or 0xE44418) is known color: Cinnabar. HEX triplet: E4, 44 and 18. RGB value is (228,68,24). Sum of RGB (Red+Green+Blue) = 228+68+24=320 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.25% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 24 (9.77% from 255 or 7.5% from 320); Max value from RGB is 228 - color contains mainly: red. Hex color #E44418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E44418 is #1BBBE7. Grayscale: #6F6F6F. Windows color (decimal): -1817576 or 1590500. OLE color: 1590500.
HSL color Cylindrical-coordinate representation of color #E44418: hue angle of 12.94º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E44418 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 68 | 24 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.11 |
| HSL | 12.94º | 0.81% | 0.49% | - |
| HSV(B) | 12.94º | 0.89% | 0.89% | - |
| XYZ | 34.23 | 20.69 | 3.05 | - |
| YUV | 110.82 | 79.01 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 68 | 24 | 0 | 0.70 | 0.89 | 0.11 | 12.94 | 0.81 | 0.49 |
| Hex | E4 | 44 | 18 | 0 | 46 | 59 | B | D | 51 | 31 |
| Octal | 344 | 104 | 30 | 0 | 106 | 131 | 13 | 15 | 121 | 61 |
| Binary | 11100100 | 1000100 | 11000 | 0 | 1000110 | 1011001 | 1011 | 1101 | 1010001 | 110001 |
Color Harmonies of #E44418
Complementary color
Monochromatic Colors of #E44418
Black with #E44418
Text Example
Text Example
White with #E44418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44418; }
p { color: rgb(228,68,24); }
H1.HeaderClassName
{
color: #E44418;
}
.AnyTagClassName
{
color: #E44418;
}
</style>
background-color css
<style>
a { background-color: #E44418; }
a { background-color: rgb(228,68,24); }
div.DivClassName
{
background-color: #E44418;
}
.BgClassName
{
background-color: #E44418;
}
</style>
border-color css
<style>
span { border-color: #E44418; }
span { border-color: rgb(228,68,24); }
td.TdClassName
{
border-color: #E44418;
}
.TagClassName
{
border-color: #E44418;
}
</style>