Shades of Cinnabar #E73534
Tints of Cinnabar #E73534
RGB
CMYK
RGB Variations
Color information
#E73534 (or 0xE73534) is known color: Cinnabar. HEX triplet: E7, 35 and 34. RGB value is (231,53,52). Sum of RGB (Red+Green+Blue) = 231+53+52=336 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.75% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 231 - color contains mainly: red. Hex color #E73534 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73534 is #18CACB. Grayscale: #6A6A6A. Windows color (decimal): -1624780 or 3421671. OLE color: 3421671.
HSL color Cylindrical-coordinate representation of color #E73534: hue angle of 0.34º 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 #E73534 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 53 | 52 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.09 |
| HSL | 0.34º | 0.79% | 0.55% | - |
| HSV(B) | 0.34º | 0.77% | 0.91% | - |
| XYZ | 34.85 | 19.78 | 5.23 | - |
| YUV | 106.11 | 97.47 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 53 | 52 | 0 | 0.77 | 0.77 | 0.09 | 0.34 | 0.79 | 0.55 |
| Hex | E7 | 35 | 34 | 0 | 4D | 4D | 9 | 0 | 4F | 37 |
| Octal | 347 | 65 | 64 | 0 | 115 | 115 | 11 | 0 | 117 | 67 |
| Binary | 11100111 | 110101 | 110100 | 0 | 1001101 | 1001101 | 1001 | 0 | 1001111 | 110111 |
Color Harmonies of #E73534
Complementary color
Monochromatic Colors of #E73534
Black with #E73534
Text Example
Text Example
White with #E73534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73534; }
p { color: rgb(231,53,52); }
H1.HeaderClassName
{
color: #E73534;
}
.AnyTagClassName
{
color: #E73534;
}
</style>
background-color css
<style>
a { background-color: #E73534; }
a { background-color: rgb(231,53,52); }
div.DivClassName
{
background-color: #E73534;
}
.BgClassName
{
background-color: #E73534;
}
</style>
border-color css
<style>
span { border-color: #E73534; }
span { border-color: rgb(231,53,52); }
td.TdClassName
{
border-color: #E73534;
}
.TagClassName
{
border-color: #E73534;
}
</style>