Shades of Cinnabar #E74416
Tints of Cinnabar #E74416
RGB
CMYK
RGB Variations
Color information
#E74416 (or 0xE74416) is known color: Cinnabar. HEX triplet: E7, 44 and 16. RGB value is (231,68,22). Sum of RGB (Red+Green+Blue) = 231+68+22=321 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.96% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 231 - color contains mainly: red. Hex color #E74416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74416 is #18BBE9. Grayscale: #6F6F6F. Windows color (decimal): -1620970 or 1459431. OLE color: 1459431.
HSL color Cylindrical-coordinate representation of color #E74416: hue angle of 13.21º degrees, saturation: 0.83, 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 #E74416 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 68 | 22 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.09 |
| HSL | 13.21º | 0.83% | 0.5% | - |
| HSV(B) | 13.21º | 0.9% | 0.91% | - |
| XYZ | 35.17 | 21.18 | 2.99 | - |
| YUV | 111.49 | 77.5 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 68 | 22 | 0 | 0.71 | 0.90 | 0.09 | 13.21 | 0.83 | 0.5 |
| Hex | E7 | 44 | 16 | 0 | 47 | 5A | 9 | D | 53 | 32 |
| Octal | 347 | 104 | 26 | 0 | 107 | 132 | 11 | 15 | 123 | 62 |
| Binary | 11100111 | 1000100 | 10110 | 0 | 1000111 | 1011010 | 1001 | 1101 | 1010011 | 110010 |
Color Harmonies of #E74416
Complementary color
Monochromatic Colors of #E74416
Black with #E74416
Text Example
Text Example
White with #E74416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74416; }
p { color: rgb(231,68,22); }
H1.HeaderClassName
{
color: #E74416;
}
.AnyTagClassName
{
color: #E74416;
}
</style>
background-color css
<style>
a { background-color: #E74416; }
a { background-color: rgb(231,68,22); }
div.DivClassName
{
background-color: #E74416;
}
.BgClassName
{
background-color: #E74416;
}
</style>
border-color css
<style>
span { border-color: #E74416; }
span { border-color: rgb(231,68,22); }
td.TdClassName
{
border-color: #E74416;
}
.TagClassName
{
border-color: #E74416;
}
</style>