Shades of Cinnabar #E74032
Tints of Cinnabar #E74032
RGB
CMYK
RGB Variations
Color information
#E74032 (or 0xE74032) is known color: Cinnabar. HEX triplet: E7, 40 and 32. RGB value is (231,64,50). Sum of RGB (Red+Green+Blue) = 231+64+50=345 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.96% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 231 - color contains mainly: red. Hex color #E74032 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74032 is #18BFCD. Grayscale: #707070. Windows color (decimal): -1621966 or 3293415. OLE color: 3293415.
HSL color Cylindrical-coordinate representation of color #E74032: hue angle of 4.64º 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 #E74032 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 64 | 50 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.09 |
| HSL | 4.64º | 0.79% | 0.55% | - |
| HSV(B) | 4.64º | 0.78% | 0.91% | - |
| XYZ | 35.36 | 20.89 | 5.19 | - |
| YUV | 112.34 | 92.83 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 64 | 50 | 0 | 0.72 | 0.78 | 0.09 | 4.64 | 0.79 | 0.55 |
| Hex | E7 | 40 | 32 | 0 | 48 | 4E | 9 | 5 | 4F | 37 |
| Octal | 347 | 100 | 62 | 0 | 110 | 116 | 11 | 5 | 117 | 67 |
| Binary | 11100111 | 1000000 | 110010 | 0 | 1001000 | 1001110 | 1001 | 101 | 1001111 | 110111 |
Color Harmonies of #E74032
Complementary color
Monochromatic Colors of #E74032
Black with #E74032
Text Example
Text Example
White with #E74032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74032; }
p { color: rgb(231,64,50); }
H1.HeaderClassName
{
color: #E74032;
}
.AnyTagClassName
{
color: #E74032;
}
</style>
background-color css
<style>
a { background-color: #E74032; }
a { background-color: rgb(231,64,50); }
div.DivClassName
{
background-color: #E74032;
}
.BgClassName
{
background-color: #E74032;
}
</style>
border-color css
<style>
span { border-color: #E74032; }
span { border-color: rgb(231,64,50); }
td.TdClassName
{
border-color: #E74032;
}
.TagClassName
{
border-color: #E74032;
}
</style>