Shades of Cinnabar #E74921
Tints of Cinnabar #E74921
RGB
CMYK
RGB Variations
Color information
#E74921 (or 0xE74921) is known color: Cinnabar. HEX triplet: E7, 49 and 21. RGB value is (231,73,33). Sum of RGB (Red+Green+Blue) = 231+73+33=337 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.55% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 231 - color contains mainly: red. Hex color #E74921 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74921 is #18B6DE. Grayscale: #747474. Windows color (decimal): -1619679 or 2181607. OLE color: 2181607.
HSL color Cylindrical-coordinate representation of color #E74921: hue angle of 12.12º 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 #E74921 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 73 | 33 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.09 |
| HSL | 12.12º | 0.8% | 0.52% | - |
| HSV(B) | 12.12º | 0.86% | 0.91% | - |
| XYZ | 35.61 | 21.86 | 3.78 | - |
| YUV | 115.68 | 81.35 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 73 | 33 | 0 | 0.68 | 0.86 | 0.09 | 12.12 | 0.8 | 0.52 |
| Hex | E7 | 49 | 21 | 0 | 44 | 56 | 9 | C | 50 | 34 |
| Octal | 347 | 111 | 41 | 0 | 104 | 126 | 11 | 14 | 120 | 64 |
| Binary | 11100111 | 1001001 | 100001 | 0 | 1000100 | 1010110 | 1001 | 1100 | 1010000 | 110100 |
Color Harmonies of #E74921
Complementary color
Monochromatic Colors of #E74921
Black with #E74921
Text Example
Text Example
White with #E74921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74921; }
p { color: rgb(231,73,33); }
H1.HeaderClassName
{
color: #E74921;
}
.AnyTagClassName
{
color: #E74921;
}
</style>
background-color css
<style>
a { background-color: #E74921; }
a { background-color: rgb(231,73,33); }
div.DivClassName
{
background-color: #E74921;
}
.BgClassName
{
background-color: #E74921;
}
</style>
border-color css
<style>
span { border-color: #E74921; }
span { border-color: rgb(231,73,33); }
td.TdClassName
{
border-color: #E74921;
}
.TagClassName
{
border-color: #E74921;
}
</style>