Shades of Cinnabar #E73C2C
Tints of Cinnabar #E73C2C
RGB
CMYK
RGB Variations
Color information
#E73C2C (or 0xE73C2C) is known color: Cinnabar. HEX triplet: E7, 3C and 2C. RGB value is (231,60,44). Sum of RGB (Red+Green+Blue) = 231+60+44=335 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.96% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 231 - color contains mainly: red. Hex color #E73C2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73C2C is #18C3D3. Grayscale: #6D6D6D. Windows color (decimal): -1622996 or 2899175. OLE color: 2899175.
HSL color Cylindrical-coordinate representation of color #E73C2C: hue angle of 5.13º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E73C2C is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 60 | 44 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.09 |
| HSL | 5.13º | 0.8% | 0.54% | - |
| HSV(B) | 5.13º | 0.81% | 0.91% | - |
| XYZ | 35.03 | 20.4 | 4.47 | - |
| YUV | 109.31 | 91.15 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 60 | 44 | 0 | 0.74 | 0.81 | 0.09 | 5.13 | 0.8 | 0.54 |
| Hex | E7 | 3C | 2C | 0 | 4A | 51 | 9 | 5 | 50 | 36 |
| Octal | 347 | 74 | 54 | 0 | 112 | 121 | 11 | 5 | 120 | 66 |
| Binary | 11100111 | 111100 | 101100 | 0 | 1001010 | 1010001 | 1001 | 101 | 1010000 | 110110 |
Color Harmonies of #E73C2C
Complementary color
Monochromatic Colors of #E73C2C
Black with #E73C2C
Text Example
Text Example
White with #E73C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73C2C; }
p { color: rgb(231,60,44); }
H1.HeaderClassName
{
color: #E73C2C;
}
.AnyTagClassName
{
color: #E73C2C;
}
</style>
background-color css
<style>
a { background-color: #E73C2C; }
a { background-color: rgb(231,60,44); }
div.DivClassName
{
background-color: #E73C2C;
}
.BgClassName
{
background-color: #E73C2C;
}
</style>
border-color css
<style>
span { border-color: #E73C2C; }
span { border-color: rgb(231,60,44); }
td.TdClassName
{
border-color: #E73C2C;
}
.TagClassName
{
border-color: #E73C2C;
}
</style>