Shades of Cinnabar #E72620
Tints of Cinnabar #E72620
RGB
CMYK
RGB Variations
Color information
#E72620 (or 0xE72620) is known color: Cinnabar. HEX triplet: E7, 26 and 20. RGB value is (231,38,32). Sum of RGB (Red+Green+Blue) = 231+38+32=301 (39% of max value = 765). Red value is 231 (90.62% from 255 or 76.74% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 231 - color contains mainly: red. Hex color #E72620 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72620 is #18D9DF. Grayscale: #5F5F5F. Windows color (decimal): -1628640 or 2107111. OLE color: 2107111.
HSL color Cylindrical-coordinate representation of color #E72620: hue angle of 1.81º 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 #E72620 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 38 | 32 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.09 |
| HSL | 1.81º | 0.81% | 0.52% | - |
| HSV(B) | 1.81º | 0.86% | 0.91% | - |
| XYZ | 33.91 | 18.48 | 3.15 | - |
| YUV | 95.02 | 92.44 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 38 | 32 | 0 | 0.84 | 0.86 | 0.09 | 1.81 | 0.81 | 0.52 |
| Hex | E7 | 26 | 20 | 0 | 54 | 56 | 9 | 2 | 51 | 34 |
| Octal | 347 | 46 | 40 | 0 | 124 | 126 | 11 | 2 | 121 | 64 |
| Binary | 11100111 | 100110 | 100000 | 0 | 1010100 | 1010110 | 1001 | 10 | 1010001 | 110100 |
Color Harmonies of #E72620
Complementary color
Monochromatic Colors of #E72620
Black with #E72620
Text Example
Text Example
White with #E72620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72620; }
p { color: rgb(231,38,32); }
H1.HeaderClassName
{
color: #E72620;
}
.AnyTagClassName
{
color: #E72620;
}
</style>
background-color css
<style>
a { background-color: #E72620; }
a { background-color: rgb(231,38,32); }
div.DivClassName
{
background-color: #E72620;
}
.BgClassName
{
background-color: #E72620;
}
</style>
border-color css
<style>
span { border-color: #E72620; }
span { border-color: rgb(231,38,32); }
td.TdClassName
{
border-color: #E72620;
}
.TagClassName
{
border-color: #E72620;
}
</style>