Shades of Cinnabar #E73C31
Tints of Cinnabar #E73C31
RGB
CMYK
RGB Variations
Color information
#E73C31 (or 0xE73C31) is known color: Cinnabar. HEX triplet: E7, 3C and 31. RGB value is (231,60,49). Sum of RGB (Red+Green+Blue) = 231+60+49=340 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.94% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 49 (19.53% from 255 or 14.41% from 340); Max value from RGB is 231 - color contains mainly: red. Hex color #E73C31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73C31 is #18C3CE. Grayscale: #6E6E6E. Windows color (decimal): -1622991 or 3226855. OLE color: 3226855.
HSL color Cylindrical-coordinate representation of color #E73C31: hue angle of 3.63º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E73C31 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 60 | 49 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.09 |
| HSL | 3.63º | 0.79% | 0.55% | - |
| HSV(B) | 3.63º | 0.79% | 0.91% | - |
| XYZ | 35.13 | 20.44 | 5 | - |
| YUV | 109.88 | 93.65 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 60 | 49 | 0 | 0.74 | 0.79 | 0.09 | 3.63 | 0.79 | 0.55 |
| Hex | E7 | 3C | 31 | 0 | 4A | 4F | 9 | 4 | 4F | 37 |
| Octal | 347 | 74 | 61 | 0 | 112 | 117 | 11 | 4 | 117 | 67 |
| Binary | 11100111 | 111100 | 110001 | 0 | 1001010 | 1001111 | 1001 | 100 | 1001111 | 110111 |
Color Harmonies of #E73C31
Complementary color
Monochromatic Colors of #E73C31
Black with #E73C31
Text Example
Text Example
White with #E73C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73C31; }
p { color: rgb(231,60,49); }
H1.HeaderClassName
{
color: #E73C31;
}
.AnyTagClassName
{
color: #E73C31;
}
</style>
background-color css
<style>
a { background-color: #E73C31; }
a { background-color: rgb(231,60,49); }
div.DivClassName
{
background-color: #E73C31;
}
.BgClassName
{
background-color: #E73C31;
}
</style>
border-color css
<style>
span { border-color: #E73C31; }
span { border-color: rgb(231,60,49); }
td.TdClassName
{
border-color: #E73C31;
}
.TagClassName
{
border-color: #E73C31;
}
</style>