Shades of Cinnabar #E74932
Tints of Cinnabar #E74932
RGB
CMYK
RGB Variations
Color information
#E74932 (or 0xE74932) is known color: Cinnabar. HEX triplet: E7, 49 and 32. RGB value is (231,73,50). Sum of RGB (Red+Green+Blue) = 231+73+50=354 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.25% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 231 - color contains mainly: red. Hex color #E74932 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74932 is #18B6CD. Grayscale: #757575. Windows color (decimal): -1619662 or 3295719. OLE color: 3295719.
HSL color Cylindrical-coordinate representation of color #E74932: hue angle of 7.62º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E74932 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 73 | 50 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.09 |
| HSL | 7.62º | 0.79% | 0.55% | - |
| HSV(B) | 7.62º | 0.78% | 0.91% | - |
| XYZ | 35.91 | 21.98 | 5.37 | - |
| YUV | 117.62 | 89.85 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 73 | 50 | 0 | 0.68 | 0.78 | 0.09 | 7.62 | 0.79 | 0.55 |
| Hex | E7 | 49 | 32 | 0 | 44 | 4E | 9 | 8 | 4F | 37 |
| Octal | 347 | 111 | 62 | 0 | 104 | 116 | 11 | 10 | 117 | 67 |
| Binary | 11100111 | 1001001 | 110010 | 0 | 1000100 | 1001110 | 1001 | 1000 | 1001111 | 110111 |
Color Harmonies of #E74932
Complementary color
Monochromatic Colors of #E74932
Black with #E74932
Text Example
Text Example
White with #E74932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74932; }
p { color: rgb(231,73,50); }
H1.HeaderClassName
{
color: #E74932;
}
.AnyTagClassName
{
color: #E74932;
}
</style>
background-color css
<style>
a { background-color: #E74932; }
a { background-color: rgb(231,73,50); }
div.DivClassName
{
background-color: #E74932;
}
.BgClassName
{
background-color: #E74932;
}
</style>
border-color css
<style>
span { border-color: #E74932; }
span { border-color: rgb(231,73,50); }
td.TdClassName
{
border-color: #E74932;
}
.TagClassName
{
border-color: #E74932;
}
</style>