Shades of Cinnabar #E74721
Tints of Cinnabar #E74721
RGB
CMYK
RGB Variations
Color information
#E74721 (or 0xE74721) is known color: Cinnabar. HEX triplet: E7, 47 and 21. RGB value is (231,71,33). Sum of RGB (Red+Green+Blue) = 231+71+33=335 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.96% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 231 - color contains mainly: red. Hex color #E74721 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74721 is #18B8DE. Grayscale: #727272. Windows color (decimal): -1620191 or 2181095. OLE color: 2181095.
HSL color Cylindrical-coordinate representation of color #E74721: hue angle of 11.52º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E74721 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 71 | 33 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.09 |
| HSL | 11.52º | 0.8% | 0.52% | - |
| HSV(B) | 11.52º | 0.86% | 0.91% | - |
| XYZ | 35.48 | 21.61 | 3.74 | - |
| YUV | 114.51 | 82.01 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 71 | 33 | 0 | 0.69 | 0.86 | 0.09 | 11.52 | 0.8 | 0.52 |
| Hex | E7 | 47 | 21 | 0 | 45 | 56 | 9 | C | 50 | 34 |
| Octal | 347 | 107 | 41 | 0 | 105 | 126 | 11 | 14 | 120 | 64 |
| Binary | 11100111 | 1000111 | 100001 | 0 | 1000101 | 1010110 | 1001 | 1100 | 1010000 | 110100 |
Color Harmonies of #E74721
Complementary color
Monochromatic Colors of #E74721
Black with #E74721
Text Example
Text Example
White with #E74721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74721; }
p { color: rgb(231,71,33); }
H1.HeaderClassName
{
color: #E74721;
}
.AnyTagClassName
{
color: #E74721;
}
</style>
background-color css
<style>
a { background-color: #E74721; }
a { background-color: rgb(231,71,33); }
div.DivClassName
{
background-color: #E74721;
}
.BgClassName
{
background-color: #E74721;
}
</style>
border-color css
<style>
span { border-color: #E74721; }
span { border-color: rgb(231,71,33); }
td.TdClassName
{
border-color: #E74721;
}
.TagClassName
{
border-color: #E74721;
}
</style>