Shades of Cinnabar #E73820
Tints of Cinnabar #E73820
RGB
CMYK
RGB Variations
Color information
#E73820 (or 0xE73820) is known color: Cinnabar. HEX triplet: E7, 38 and 20. RGB value is (231,56,32). Sum of RGB (Red+Green+Blue) = 231+56+32=319 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.41% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 231 - color contains mainly: red. Hex color #E73820 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73820 is #18C7DF. Grayscale: #696969. Windows color (decimal): -1624032 or 2111719. OLE color: 2111719.
HSL color Cylindrical-coordinate representation of color #E73820: hue angle of 7.24º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E73820 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 56 | 32 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.09 |
| HSL | 7.24º | 0.81% | 0.52% | - |
| HSV(B) | 7.24º | 0.86% | 0.91% | - |
| XYZ | 34.63 | 19.92 | 3.39 | - |
| YUV | 105.59 | 86.48 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 56 | 32 | 0 | 0.76 | 0.86 | 0.09 | 7.24 | 0.81 | 0.52 |
| Hex | E7 | 38 | 20 | 0 | 4C | 56 | 9 | 7 | 51 | 34 |
| Octal | 347 | 70 | 40 | 0 | 114 | 126 | 11 | 7 | 121 | 64 |
| Binary | 11100111 | 111000 | 100000 | 0 | 1001100 | 1010110 | 1001 | 111 | 1010001 | 110100 |
Color Harmonies of #E73820
Complementary color
Monochromatic Colors of #E73820
Black with #E73820
Text Example
Text Example
White with #E73820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73820; }
p { color: rgb(231,56,32); }
H1.HeaderClassName
{
color: #E73820;
}
.AnyTagClassName
{
color: #E73820;
}
</style>
background-color css
<style>
a { background-color: #E73820; }
a { background-color: rgb(231,56,32); }
div.DivClassName
{
background-color: #E73820;
}
.BgClassName
{
background-color: #E73820;
}
</style>
border-color css
<style>
span { border-color: #E73820; }
span { border-color: rgb(231,56,32); }
td.TdClassName
{
border-color: #E73820;
}
.TagClassName
{
border-color: #E73820;
}
</style>