Shades of Cinnabar #E73731
Tints of Cinnabar #E73731
RGB
CMYK
RGB Variations
Color information
#E73731 (or 0xE73731) is known color: Cinnabar. HEX triplet: E7, 37 and 31. RGB value is (231,55,49). Sum of RGB (Red+Green+Blue) = 231+55+49=335 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.96% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 231 - color contains mainly: red. Hex color #E73731 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73731 is #18C8CE. Grayscale: #6B6B6B. Windows color (decimal): -1624271 or 3225575. OLE color: 3225575.
HSL color Cylindrical-coordinate representation of color #E73731: hue angle of 1.98º 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 #E73731 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 55 | 49 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.09 |
| HSL | 1.98º | 0.79% | 0.55% | - |
| HSV(B) | 1.98º | 0.79% | 0.91% | - |
| XYZ | 34.88 | 19.94 | 4.92 | - |
| YUV | 106.94 | 95.31 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 55 | 49 | 0 | 0.76 | 0.79 | 0.09 | 1.98 | 0.79 | 0.55 |
| Hex | E7 | 37 | 31 | 0 | 4C | 4F | 9 | 2 | 4F | 37 |
| Octal | 347 | 67 | 61 | 0 | 114 | 117 | 11 | 2 | 117 | 67 |
| Binary | 11100111 | 110111 | 110001 | 0 | 1001100 | 1001111 | 1001 | 10 | 1001111 | 110111 |
Color Harmonies of #E73731
Complementary color
Monochromatic Colors of #E73731
Black with #E73731
Text Example
Text Example
White with #E73731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73731; }
p { color: rgb(231,55,49); }
H1.HeaderClassName
{
color: #E73731;
}
.AnyTagClassName
{
color: #E73731;
}
</style>
background-color css
<style>
a { background-color: #E73731; }
a { background-color: rgb(231,55,49); }
div.DivClassName
{
background-color: #E73731;
}
.BgClassName
{
background-color: #E73731;
}
</style>
border-color css
<style>
span { border-color: #E73731; }
span { border-color: rgb(231,55,49); }
td.TdClassName
{
border-color: #E73731;
}
.TagClassName
{
border-color: #E73731;
}
</style>