Shades of Cinnabar #E74018
Tints of Cinnabar #E74018
RGB
CMYK
RGB Variations
Color information
#E74018 (or 0xE74018) is known color: Cinnabar. HEX triplet: E7, 40 and 18. RGB value is (231,64,24). Sum of RGB (Red+Green+Blue) = 231+64+24=319 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.41% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 231 - color contains mainly: red. Hex color #E74018 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74018 is #18BFE7. Grayscale: #6D6D6D. Windows color (decimal): -1621992 or 1589479. OLE color: 1589479.
HSL color Cylindrical-coordinate representation of color #E74018: hue angle of 11.59º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E74018 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 64 | 24 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.09 |
| HSL | 11.59º | 0.81% | 0.5% | - |
| HSV(B) | 11.59º | 0.9% | 0.91% | - |
| XYZ | 34.95 | 20.72 | 3.02 | - |
| YUV | 109.37 | 79.83 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 64 | 24 | 0 | 0.72 | 0.90 | 0.09 | 11.59 | 0.81 | 0.5 |
| Hex | E7 | 40 | 18 | 0 | 48 | 5A | 9 | C | 51 | 32 |
| Octal | 347 | 100 | 30 | 0 | 110 | 132 | 11 | 14 | 121 | 62 |
| Binary | 11100111 | 1000000 | 11000 | 0 | 1001000 | 1011010 | 1001 | 1100 | 1010001 | 110010 |
Color Harmonies of #E74018
Complementary color
Monochromatic Colors of #E74018
Black with #E74018
Text Example
Text Example
White with #E74018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74018; }
p { color: rgb(231,64,24); }
H1.HeaderClassName
{
color: #E74018;
}
.AnyTagClassName
{
color: #E74018;
}
</style>
background-color css
<style>
a { background-color: #E74018; }
a { background-color: rgb(231,64,24); }
div.DivClassName
{
background-color: #E74018;
}
.BgClassName
{
background-color: #E74018;
}
</style>
border-color css
<style>
span { border-color: #E74018; }
span { border-color: rgb(231,64,24); }
td.TdClassName
{
border-color: #E74018;
}
.TagClassName
{
border-color: #E74018;
}
</style>