Shades of Cinnabar #E74718
Tints of Cinnabar #E74718
RGB
CMYK
RGB Variations
Color information
#E74718 (or 0xE74718) is known color: Cinnabar. HEX triplet: E7, 47 and 18. RGB value is (231,71,24). Sum of RGB (Red+Green+Blue) = 231+71+24=326 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.86% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 231 - color contains mainly: red. Hex color #E74718 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74718 is #18B8E7. Grayscale: #717171. Windows color (decimal): -1620200 or 1591271. OLE color: 1591271.
HSL color Cylindrical-coordinate representation of color #E74718: hue angle of 13.62º 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 #E74718 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 71 | 24 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.09 |
| HSL | 13.62º | 0.81% | 0.5% | - |
| HSV(B) | 13.62º | 0.9% | 0.91% | - |
| XYZ | 35.37 | 21.56 | 3.16 | - |
| YUV | 113.48 | 77.51 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 71 | 24 | 0 | 0.69 | 0.90 | 0.09 | 13.62 | 0.81 | 0.5 |
| Hex | E7 | 47 | 18 | 0 | 45 | 5A | 9 | E | 51 | 32 |
| Octal | 347 | 107 | 30 | 0 | 105 | 132 | 11 | 16 | 121 | 62 |
| Binary | 11100111 | 1000111 | 11000 | 0 | 1000101 | 1011010 | 1001 | 1110 | 1010001 | 110010 |
Color Harmonies of #E74718
Complementary color
Monochromatic Colors of #E74718
Black with #E74718
Text Example
Text Example
White with #E74718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74718; }
p { color: rgb(231,71,24); }
H1.HeaderClassName
{
color: #E74718;
}
.AnyTagClassName
{
color: #E74718;
}
</style>
background-color css
<style>
a { background-color: #E74718; }
a { background-color: rgb(231,71,24); }
div.DivClassName
{
background-color: #E74718;
}
.BgClassName
{
background-color: #E74718;
}
</style>
border-color css
<style>
span { border-color: #E74718; }
span { border-color: rgb(231,71,24); }
td.TdClassName
{
border-color: #E74718;
}
.TagClassName
{
border-color: #E74718;
}
</style>