Shades of Cinnabar #E44518
Tints of Cinnabar #E44518
RGB
CMYK
RGB Variations
Color information
#E44518 (or 0xE44518) is known color: Cinnabar. HEX triplet: E4, 45 and 18. RGB value is (228,69,24). Sum of RGB (Red+Green+Blue) = 228+69+24=321 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.03% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 228 - color contains mainly: red. Hex color #E44518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E44518 is #1BBAE7. Grayscale: #6F6F6F. Windows color (decimal): -1817320 or 1590756. OLE color: 1590756.
HSL color Cylindrical-coordinate representation of color #E44518: hue angle of 13.24º 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 #E44518 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 69 | 24 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.11 |
| HSL | 13.24º | 0.81% | 0.49% | - |
| HSV(B) | 13.24º | 0.89% | 0.89% | - |
| XYZ | 34.29 | 20.82 | 3.07 | - |
| YUV | 111.41 | 78.68 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 69 | 24 | 0 | 0.70 | 0.89 | 0.11 | 13.24 | 0.81 | 0.49 |
| Hex | E4 | 45 | 18 | 0 | 46 | 59 | B | D | 51 | 31 |
| Octal | 344 | 105 | 30 | 0 | 106 | 131 | 13 | 15 | 121 | 61 |
| Binary | 11100100 | 1000101 | 11000 | 0 | 1000110 | 1011001 | 1011 | 1101 | 1010001 | 110001 |
Color Harmonies of #E44518
Complementary color
Monochromatic Colors of #E44518
Black with #E44518
Text Example
Text Example
White with #E44518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44518; }
p { color: rgb(228,69,24); }
H1.HeaderClassName
{
color: #E44518;
}
.AnyTagClassName
{
color: #E44518;
}
</style>
background-color css
<style>
a { background-color: #E44518; }
a { background-color: rgb(228,69,24); }
div.DivClassName
{
background-color: #E44518;
}
.BgClassName
{
background-color: #E44518;
}
</style>
border-color css
<style>
span { border-color: #E44518; }
span { border-color: rgb(228,69,24); }
td.TdClassName
{
border-color: #E44518;
}
.TagClassName
{
border-color: #E44518;
}
</style>