Shades of Cinnabar #E72E1E
Tints of Cinnabar #E72E1E
RGB
CMYK
RGB Variations
Color information
#E72E1E (or 0xE72E1E) is known color: Cinnabar. HEX triplet: E7, 2E and 1E. RGB value is (231,46,30). Sum of RGB (Red+Green+Blue) = 231+46+30=307 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.24% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 30 (12.11% from 255 or 9.77% from 307); Max value from RGB is 231 - color contains mainly: red. Hex color #E72E1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72E1E is #18D1E1. Grayscale: #636363. Windows color (decimal): -1626594 or 1978087. OLE color: 1978087.
HSL color Cylindrical-coordinate representation of color #E72E1E: hue angle of 4.78º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E72E1E is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 46 | 30 | - |
| CMYK | 0 | 0.80 | 0.87 | 0.09 |
| HSL | 4.78º | 0.81% | 0.51% | - |
| HSV(B) | 4.78º | 0.87% | 0.91% | - |
| XYZ | 34.17 | 19.04 | 3.1 | - |
| YUV | 99.49 | 88.79 | 221.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 46 | 30 | 0 | 0.80 | 0.87 | 0.09 | 4.78 | 0.81 | 0.51 |
| Hex | E7 | 2E | 1E | 0 | 50 | 57 | 9 | 5 | 51 | 33 |
| Octal | 347 | 56 | 36 | 0 | 120 | 127 | 11 | 5 | 121 | 63 |
| Binary | 11100111 | 101110 | 11110 | 0 | 1010000 | 1010111 | 1001 | 101 | 1010001 | 110011 |
Color Harmonies of #E72E1E
Complementary color
Monochromatic Colors of #E72E1E
Black with #E72E1E
Text Example
Text Example
White with #E72E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72E1E; }
p { color: rgb(231,46,30); }
H1.HeaderClassName
{
color: #E72E1E;
}
.AnyTagClassName
{
color: #E72E1E;
}
</style>
background-color css
<style>
a { background-color: #E72E1E; }
a { background-color: rgb(231,46,30); }
div.DivClassName
{
background-color: #E72E1E;
}
.BgClassName
{
background-color: #E72E1E;
}
</style>
border-color css
<style>
span { border-color: #E72E1E; }
span { border-color: rgb(231,46,30); }
td.TdClassName
{
border-color: #E72E1E;
}
.TagClassName
{
border-color: #E72E1E;
}
</style>