Shades of Cinnabar #E73C34
Tints of Cinnabar #E73C34
RGB
CMYK
RGB Variations
Color information
#E73C34 (or 0xE73C34) is known color: Cinnabar. HEX triplet: E7, 3C and 34. RGB value is (231,60,52). Sum of RGB (Red+Green+Blue) = 231+60+52=343 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.35% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 231 - color contains mainly: red. Hex color #E73C34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73C34 is #18C3CB. Grayscale: #6E6E6E. Windows color (decimal): -1622988 or 3423463. OLE color: 3423463.
HSL color Cylindrical-coordinate representation of color #E73C34: hue angle of 2.68º 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 #E73C34 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 60 | 52 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.09 |
| HSL | 2.68º | 0.79% | 0.55% | - |
| HSV(B) | 2.68º | 0.77% | 0.91% | - |
| XYZ | 35.19 | 20.47 | 5.34 | - |
| YUV | 110.22 | 95.15 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 60 | 52 | 0 | 0.74 | 0.77 | 0.09 | 2.68 | 0.79 | 0.55 |
| Hex | E7 | 3C | 34 | 0 | 4A | 4D | 9 | 3 | 4F | 37 |
| Octal | 347 | 74 | 64 | 0 | 112 | 115 | 11 | 3 | 117 | 67 |
| Binary | 11100111 | 111100 | 110100 | 0 | 1001010 | 1001101 | 1001 | 11 | 1001111 | 110111 |
Color Harmonies of #E73C34
Complementary color
Monochromatic Colors of #E73C34
Black with #E73C34
Text Example
Text Example
White with #E73C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73C34; }
p { color: rgb(231,60,52); }
H1.HeaderClassName
{
color: #E73C34;
}
.AnyTagClassName
{
color: #E73C34;
}
</style>
background-color css
<style>
a { background-color: #E73C34; }
a { background-color: rgb(231,60,52); }
div.DivClassName
{
background-color: #E73C34;
}
.BgClassName
{
background-color: #E73C34;
}
</style>
border-color css
<style>
span { border-color: #E73C34; }
span { border-color: rgb(231,60,52); }
td.TdClassName
{
border-color: #E73C34;
}
.TagClassName
{
border-color: #E73C34;
}
</style>