Shades of Cinnabar #E64518
Tints of Cinnabar #E64518
RGB
CMYK
RGB Variations
Color information
#E64518 (or 0xE64518) is known color: Cinnabar. HEX triplet: E6, 45 and 18. RGB value is (230,69,24). Sum of RGB (Red+Green+Blue) = 230+69+24=323 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.21% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 230 - color contains mainly: red. Hex color #E64518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64518 is #19BAE7. Grayscale: #707070. Windows color (decimal): -1686248 or 1590758. OLE color: 1590758.
HSL color Cylindrical-coordinate representation of color #E64518: hue angle of 13.11º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E64518 is Cyan = 0, Magento = 0.7, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 24 | - |
| CMYK | 0 | 0.7 | 0.90 | 0.10 |
| HSL | 13.11º | 0.81% | 0.5% | - |
| HSV(B) | 13.11º | 0.9% | 0.9% | - |
| XYZ | 34.93 | 21.15 | 3.1 | - |
| YUV | 112.01 | 78.34 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 24 | 0 | 0.7 | 0.90 | 0.10 | 13.11 | 0.81 | 0.5 |
| Hex | E6 | 45 | 18 | 0 | 46 | 5A | A | D | 51 | 32 |
| Octal | 346 | 105 | 30 | 0 | 106 | 132 | 12 | 15 | 121 | 62 |
| Binary | 11100110 | 1000101 | 11000 | 0 | 1000110 | 1011010 | 1010 | 1101 | 1010001 | 110010 |
Color Harmonies of #E64518
Complementary color
Monochromatic Colors of #E64518
Black with #E64518
Text Example
Text Example
White with #E64518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64518; }
p { color: rgb(230,69,24); }
H1.HeaderClassName
{
color: #E64518;
}
.AnyTagClassName
{
color: #E64518;
}
</style>
background-color css
<style>
a { background-color: #E64518; }
a { background-color: rgb(230,69,24); }
div.DivClassName
{
background-color: #E64518;
}
.BgClassName
{
background-color: #E64518;
}
</style>
border-color css
<style>
span { border-color: #E64518; }
span { border-color: rgb(230,69,24); }
td.TdClassName
{
border-color: #E64518;
}
.TagClassName
{
border-color: #E64518;
}
</style>