Shades of Cinnabar #E74619
Tints of Cinnabar #E74619
RGB
CMYK
RGB Variations
Color information
#E74619 (or 0xE74619) is known color: Cinnabar. HEX triplet: E7, 46 and 19. RGB value is (231,70,25). Sum of RGB (Red+Green+Blue) = 231+70+25=326 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.86% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 231 - color contains mainly: red. Hex color #E74619 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74619 is #18B9E6. Grayscale: #717171. Windows color (decimal): -1620455 or 1656551. OLE color: 1656551.
HSL color Cylindrical-coordinate representation of color #E74619: hue angle of 13.11º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E74619 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 70 | 25 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.09 |
| HSL | 13.11º | 0.81% | 0.5% | - |
| HSV(B) | 13.11º | 0.89% | 0.91% | - |
| XYZ | 35.32 | 21.44 | 3.2 | - |
| YUV | 113.01 | 78.34 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 70 | 25 | 0 | 0.70 | 0.89 | 0.09 | 13.11 | 0.81 | 0.5 |
| Hex | E7 | 46 | 19 | 0 | 46 | 59 | 9 | D | 51 | 32 |
| Octal | 347 | 106 | 31 | 0 | 106 | 131 | 11 | 15 | 121 | 62 |
| Binary | 11100111 | 1000110 | 11001 | 0 | 1000110 | 1011001 | 1001 | 1101 | 1010001 | 110010 |
Color Harmonies of #E74619
Complementary color
Monochromatic Colors of #E74619
Black with #E74619
Text Example
Text Example
White with #E74619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74619; }
p { color: rgb(231,70,25); }
H1.HeaderClassName
{
color: #E74619;
}
.AnyTagClassName
{
color: #E74619;
}
</style>
background-color css
<style>
a { background-color: #E74619; }
a { background-color: rgb(231,70,25); }
div.DivClassName
{
background-color: #E74619;
}
.BgClassName
{
background-color: #E74619;
}
</style>
border-color css
<style>
span { border-color: #E74619; }
span { border-color: rgb(231,70,25); }
td.TdClassName
{
border-color: #E74619;
}
.TagClassName
{
border-color: #E74619;
}
</style>