Shades of Cinnabar #E73734
Tints of Cinnabar #E73734
RGB
CMYK
RGB Variations
Color information
#E73734 (or 0xE73734) is known color: Cinnabar. HEX triplet: E7, 37 and 34. RGB value is (231,55,52). Sum of RGB (Red+Green+Blue) = 231+55+52=338 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.34% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 231 - color contains mainly: red. Hex color #E73734 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73734 is #18C8CB. Grayscale: #6B6B6B. Windows color (decimal): -1624268 or 3422183. OLE color: 3422183.
HSL color Cylindrical-coordinate representation of color #E73734: hue angle of 1.01º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E73734 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 55 | 52 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.09 |
| HSL | 1.01º | 0.79% | 0.55% | - |
| HSV(B) | 1.01º | 0.77% | 0.91% | - |
| XYZ | 34.94 | 19.97 | 5.26 | - |
| YUV | 107.28 | 96.81 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 55 | 52 | 0 | 0.76 | 0.77 | 0.09 | 1.01 | 0.79 | 0.55 |
| Hex | E7 | 37 | 34 | 0 | 4C | 4D | 9 | 1 | 4F | 37 |
| Octal | 347 | 67 | 64 | 0 | 114 | 115 | 11 | 1 | 117 | 67 |
| Binary | 11100111 | 110111 | 110100 | 0 | 1001100 | 1001101 | 1001 | 1 | 1001111 | 110111 |
Color Harmonies of #E73734
Complementary color
Monochromatic Colors of #E73734
Black with #E73734
Text Example
Text Example
White with #E73734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73734; }
p { color: rgb(231,55,52); }
H1.HeaderClassName
{
color: #E73734;
}
.AnyTagClassName
{
color: #E73734;
}
</style>
background-color css
<style>
a { background-color: #E73734; }
a { background-color: rgb(231,55,52); }
div.DivClassName
{
background-color: #E73734;
}
.BgClassName
{
background-color: #E73734;
}
</style>
border-color css
<style>
span { border-color: #E73734; }
span { border-color: rgb(231,55,52); }
td.TdClassName
{
border-color: #E73734;
}
.TagClassName
{
border-color: #E73734;
}
</style>