Shades of Cinnabar #E73C3B
Tints of Cinnabar #E73C3B
RGB
CMYK
RGB Variations
Color information
#E73C3B (or 0xE73C3B) is known color: Cinnabar. HEX triplet: E7, 3C and 3B. RGB value is (231,60,59). Sum of RGB (Red+Green+Blue) = 231+60+59=350 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 231 - color contains mainly: red. Hex color #E73C3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73C3B is #18C3C4. Grayscale: #6F6F6F. Windows color (decimal): -1622981 or 3882215. OLE color: 3882215.
HSL color Cylindrical-coordinate representation of color #E73C3B: hue angle of 0.35º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E73C3B is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 60 | 59 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.09 |
| HSL | 0.35º | 0.78% | 0.57% | - |
| HSV(B) | 0.35º | 0.74% | 0.91% | - |
| XYZ | 35.36 | 20.54 | 6.24 | - |
| YUV | 111.02 | 98.65 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 60 | 59 | 0 | 0.74 | 0.74 | 0.09 | 0.35 | 0.78 | 0.57 |
| Hex | E7 | 3C | 3B | 0 | 4A | 4A | 9 | 0 | 4E | 39 |
| Octal | 347 | 74 | 73 | 0 | 112 | 112 | 11 | 0 | 116 | 71 |
| Binary | 11100111 | 111100 | 111011 | 0 | 1001010 | 1001010 | 1001 | 0 | 1001110 | 111001 |
Color Harmonies of #E73C3B
Complementary color
Monochromatic Colors of #E73C3B
Black with #E73C3B
Text Example
Text Example
White with #E73C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73C3B; }
p { color: rgb(231,60,59); }
H1.HeaderClassName
{
color: #E73C3B;
}
.AnyTagClassName
{
color: #E73C3B;
}
</style>
background-color css
<style>
a { background-color: #E73C3B; }
a { background-color: rgb(231,60,59); }
div.DivClassName
{
background-color: #E73C3B;
}
.BgClassName
{
background-color: #E73C3B;
}
</style>
border-color css
<style>
span { border-color: #E73C3B; }
span { border-color: rgb(231,60,59); }
td.TdClassName
{
border-color: #E73C3B;
}
.TagClassName
{
border-color: #E73C3B;
}
</style>