Shades of Cinnabar #E74219
Tints of Cinnabar #E74219
RGB
CMYK
RGB Variations
Color information
#E74219 (or 0xE74219) is known color: Cinnabar. HEX triplet: E7, 42 and 19. RGB value is (231,66,25). Sum of RGB (Red+Green+Blue) = 231+66+25=322 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.74% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 231 - color contains mainly: red. Hex color #E74219 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74219 is #18BDE6. Grayscale: #6E6E6E. Windows color (decimal): -1621479 or 1655527. OLE color: 1655527.
HSL color Cylindrical-coordinate representation of color #E74219: hue angle of 11.94º 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 #E74219 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 66 | 25 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.09 |
| HSL | 11.94º | 0.81% | 0.5% | - |
| HSV(B) | 11.94º | 0.89% | 0.91% | - |
| XYZ | 35.08 | 20.96 | 3.12 | - |
| YUV | 110.66 | 79.66 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 66 | 25 | 0 | 0.71 | 0.89 | 0.09 | 11.94 | 0.81 | 0.5 |
| Hex | E7 | 42 | 19 | 0 | 47 | 59 | 9 | C | 51 | 32 |
| Octal | 347 | 102 | 31 | 0 | 107 | 131 | 11 | 14 | 121 | 62 |
| Binary | 11100111 | 1000010 | 11001 | 0 | 1000111 | 1011001 | 1001 | 1100 | 1010001 | 110010 |
Color Harmonies of #E74219
Complementary color
Monochromatic Colors of #E74219
Black with #E74219
Text Example
Text Example
White with #E74219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74219; }
p { color: rgb(231,66,25); }
H1.HeaderClassName
{
color: #E74219;
}
.AnyTagClassName
{
color: #E74219;
}
</style>
background-color css
<style>
a { background-color: #E74219; }
a { background-color: rgb(231,66,25); }
div.DivClassName
{
background-color: #E74219;
}
.BgClassName
{
background-color: #E74219;
}
</style>
border-color css
<style>
span { border-color: #E74219; }
span { border-color: rgb(231,66,25); }
td.TdClassName
{
border-color: #E74219;
}
.TagClassName
{
border-color: #E74219;
}
</style>