Shades of Cinnabar #E44618
Tints of Cinnabar #E44618
RGB
CMYK
RGB Variations
Color information
#E44618 (or 0xE44618) is known color: Cinnabar. HEX triplet: E4, 46 and 18. RGB value is (228,70,24). Sum of RGB (Red+Green+Blue) = 228+70+24=322 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.81% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 24 (9.77% from 255 or 7.45% from 322); Max value from RGB is 228 - color contains mainly: red. Hex color #E44618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E44618 is #1BB9E7. Grayscale: #707070. Windows color (decimal): -1817064 or 1591012. OLE color: 1591012.
HSL color Cylindrical-coordinate representation of color #E44618: hue angle of 13.53º 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 #E44618 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 70 | 24 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.11 |
| HSL | 13.53º | 0.81% | 0.49% | - |
| HSV(B) | 13.53º | 0.89% | 0.89% | - |
| XYZ | 34.35 | 20.94 | 3.1 | - |
| YUV | 112 | 78.35 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 70 | 24 | 0 | 0.69 | 0.89 | 0.11 | 13.53 | 0.81 | 0.49 |
| Hex | E4 | 46 | 18 | 0 | 45 | 59 | B | E | 51 | 31 |
| Octal | 344 | 106 | 30 | 0 | 105 | 131 | 13 | 16 | 121 | 61 |
| Binary | 11100100 | 1000110 | 11000 | 0 | 1000101 | 1011001 | 1011 | 1110 | 1010001 | 110001 |
Color Harmonies of #E44618
Complementary color
Monochromatic Colors of #E44618
Black with #E44618
Text Example
Text Example
White with #E44618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44618; }
p { color: rgb(228,70,24); }
H1.HeaderClassName
{
color: #E44618;
}
.AnyTagClassName
{
color: #E44618;
}
</style>
background-color css
<style>
a { background-color: #E44618; }
a { background-color: rgb(228,70,24); }
div.DivClassName
{
background-color: #E44618;
}
.BgClassName
{
background-color: #E44618;
}
</style>
border-color css
<style>
span { border-color: #E44618; }
span { border-color: rgb(228,70,24); }
td.TdClassName
{
border-color: #E44618;
}
.TagClassName
{
border-color: #E44618;
}
</style>