Shades of Cinnabar #E73431
Tints of Cinnabar #E73431
RGB
CMYK
RGB Variations
Color information
#E73431 (or 0xE73431) is known color: Cinnabar. HEX triplet: E7, 34 and 31. RGB value is (231,52,49). Sum of RGB (Red+Green+Blue) = 231+52+49=332 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.58% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 231 - color contains mainly: red. Hex color #E73431 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73431 is #18CBCE. Grayscale: #696969. Windows color (decimal): -1625039 or 3224807. OLE color: 3224807.
HSL color Cylindrical-coordinate representation of color #E73431: hue angle of 0.99º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E73431 is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 52 | 49 | - |
| CMYK | 0 | 0.77 | 0.79 | 0.09 |
| HSL | 0.99º | 0.79% | 0.55% | - |
| HSV(B) | 0.99º | 0.79% | 0.91% | - |
| XYZ | 34.74 | 19.67 | 4.87 | - |
| YUV | 105.18 | 96.3 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 52 | 49 | 0 | 0.77 | 0.79 | 0.09 | 0.99 | 0.79 | 0.55 |
| Hex | E7 | 34 | 31 | 0 | 4D | 4F | 9 | 1 | 4F | 37 |
| Octal | 347 | 64 | 61 | 0 | 115 | 117 | 11 | 1 | 117 | 67 |
| Binary | 11100111 | 110100 | 110001 | 0 | 1001101 | 1001111 | 1001 | 1 | 1001111 | 110111 |
Color Harmonies of #E73431
Complementary color
Monochromatic Colors of #E73431
Black with #E73431
Text Example
Text Example
White with #E73431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73431; }
p { color: rgb(231,52,49); }
H1.HeaderClassName
{
color: #E73431;
}
.AnyTagClassName
{
color: #E73431;
}
</style>
background-color css
<style>
a { background-color: #E73431; }
a { background-color: rgb(231,52,49); }
div.DivClassName
{
background-color: #E73431;
}
.BgClassName
{
background-color: #E73431;
}
</style>
border-color css
<style>
span { border-color: #E73431; }
span { border-color: rgb(231,52,49); }
td.TdClassName
{
border-color: #E73431;
}
.TagClassName
{
border-color: #E73431;
}
</style>