Shades of Cinnabar #E34418
Tints of Cinnabar #E34418
RGB
CMYK
RGB Variations
Color information
#E34418 (or 0xE34418) is known color: Cinnabar. HEX triplet: E3, 44 and 18. RGB value is (227,68,24). Sum of RGB (Red+Green+Blue) = 227+68+24=319 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.16% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 227 - color contains mainly: red. Hex color #E34418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34418 is #1CBBE7. Grayscale: #6E6E6E. Windows color (decimal): -1883112 or 1590499. OLE color: 1590499.
HSL color Cylindrical-coordinate representation of color #E34418: hue angle of 13º 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 #E34418 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 68 | 24 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.11 |
| HSL | 13º | 0.81% | 0.49% | - |
| HSV(B) | 13º | 0.89% | 0.89% | - |
| XYZ | 33.91 | 20.53 | 3.04 | - |
| YUV | 110.53 | 79.18 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 68 | 24 | 0 | 0.70 | 0.89 | 0.11 | 13 | 0.81 | 0.49 |
| Hex | E3 | 44 | 18 | 0 | 46 | 59 | B | D | 51 | 31 |
| Octal | 343 | 104 | 30 | 0 | 106 | 131 | 13 | 15 | 121 | 61 |
| Binary | 11100011 | 1000100 | 11000 | 0 | 1000110 | 1011001 | 1011 | 1101 | 1010001 | 110001 |
Color Harmonies of #E34418
Complementary color
Monochromatic Colors of #E34418
Black with #E34418
Text Example
Text Example
White with #E34418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34418; }
p { color: rgb(227,68,24); }
H1.HeaderClassName
{
color: #E34418;
}
.AnyTagClassName
{
color: #E34418;
}
</style>
background-color css
<style>
a { background-color: #E34418; }
a { background-color: rgb(227,68,24); }
div.DivClassName
{
background-color: #E34418;
}
.BgClassName
{
background-color: #E34418;
}
</style>
border-color css
<style>
span { border-color: #E34418; }
span { border-color: rgb(227,68,24); }
td.TdClassName
{
border-color: #E34418;
}
.TagClassName
{
border-color: #E34418;
}
</style>