Shades of Cinnabar #E74928
Tints of Cinnabar #E74928
RGB
CMYK
RGB Variations
Color information
#E74928 (or 0xE74928) is known color: Cinnabar. HEX triplet: E7, 49 and 28. RGB value is (231,73,40). Sum of RGB (Red+Green+Blue) = 231+73+40=344 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.15% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 231 - color contains mainly: red. Hex color #E74928 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74928 is #18B6D7. Grayscale: #747474. Windows color (decimal): -1619672 or 2640359. OLE color: 2640359.
HSL color Cylindrical-coordinate representation of color #E74928: hue angle of 10.37º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E74928 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 73 | 40 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.09 |
| HSL | 10.37º | 0.8% | 0.53% | - |
| HSV(B) | 10.37º | 0.83% | 0.91% | - |
| XYZ | 35.72 | 21.91 | 4.35 | - |
| YUV | 116.48 | 84.85 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 73 | 40 | 0 | 0.68 | 0.83 | 0.09 | 10.37 | 0.8 | 0.53 |
| Hex | E7 | 49 | 28 | 0 | 44 | 53 | 9 | A | 50 | 35 |
| Octal | 347 | 111 | 50 | 0 | 104 | 123 | 11 | 12 | 120 | 65 |
| Binary | 11100111 | 1001001 | 101000 | 0 | 1000100 | 1010011 | 1001 | 1010 | 1010000 | 110101 |
Color Harmonies of #E74928
Complementary color
Monochromatic Colors of #E74928
Black with #E74928
Text Example
Text Example
White with #E74928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74928; }
p { color: rgb(231,73,40); }
H1.HeaderClassName
{
color: #E74928;
}
.AnyTagClassName
{
color: #E74928;
}
</style>
background-color css
<style>
a { background-color: #E74928; }
a { background-color: rgb(231,73,40); }
div.DivClassName
{
background-color: #E74928;
}
.BgClassName
{
background-color: #E74928;
}
</style>
border-color css
<style>
span { border-color: #E74928; }
span { border-color: rgb(231,73,40); }
td.TdClassName
{
border-color: #E74928;
}
.TagClassName
{
border-color: #E74928;
}
</style>