Shades of Cinnabar #E7271E
Tints of Cinnabar #E7271E
RGB
CMYK
RGB Variations
Color information
#E7271E (or 0xE7271E) is known color: Cinnabar. HEX triplet: E7, 27 and 1E. RGB value is (231,39,30). Sum of RGB (Red+Green+Blue) = 231+39+30=300 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 231 - color contains mainly: red. Hex color #E7271E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7271E is #18D8E1. Grayscale: #5F5F5F. Windows color (decimal): -1628386 or 1976295. OLE color: 1976295.
HSL color Cylindrical-coordinate representation of color #E7271E: hue angle of 2.69º 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 #E7271E is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 39 | 30 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.09 |
| HSL | 2.69º | 0.81% | 0.51% | - |
| HSV(B) | 2.69º | 0.87% | 0.91% | - |
| XYZ | 33.91 | 18.53 | 3.02 | - |
| YUV | 95.38 | 91.11 | 224.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 39 | 30 | 0 | 0.83 | 0.87 | 0.09 | 2.69 | 0.81 | 0.51 |
| Hex | E7 | 27 | 1E | 0 | 53 | 57 | 9 | 3 | 51 | 33 |
| Octal | 347 | 47 | 36 | 0 | 123 | 127 | 11 | 3 | 121 | 63 |
| Binary | 11100111 | 100111 | 11110 | 0 | 1010011 | 1010111 | 1001 | 11 | 1010001 | 110011 |
Color Harmonies of #E7271E
Complementary color
Monochromatic Colors of #E7271E
Black with #E7271E
Text Example
Text Example
White with #E7271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7271E; }
p { color: rgb(231,39,30); }
H1.HeaderClassName
{
color: #E7271E;
}
.AnyTagClassName
{
color: #E7271E;
}
</style>
background-color css
<style>
a { background-color: #E7271E; }
a { background-color: rgb(231,39,30); }
div.DivClassName
{
background-color: #E7271E;
}
.BgClassName
{
background-color: #E7271E;
}
</style>
border-color css
<style>
span { border-color: #E7271E; }
span { border-color: rgb(231,39,30); }
td.TdClassName
{
border-color: #E7271E;
}
.TagClassName
{
border-color: #E7271E;
}
</style>