Shades of Cinnabar #E7251E
Tints of Cinnabar #E7251E
RGB
CMYK
RGB Variations
Color information
#E7251E (or 0xE7251E) is known color: Cinnabar. HEX triplet: E7, 25 and 1E. RGB value is (231,37,30). Sum of RGB (Red+Green+Blue) = 231+37+30=298 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77.52% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 231 - color contains mainly: red. Hex color #E7251E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7251E is #18DAE1. Grayscale: #5E5E5E. Windows color (decimal): -1628898 or 1975783. OLE color: 1975783.
HSL color Cylindrical-coordinate representation of color #E7251E: hue angle of 2.09º 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 #E7251E is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 37 | 30 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.09 |
| HSL | 2.09º | 0.81% | 0.51% | - |
| HSV(B) | 2.09º | 0.87% | 0.91% | - |
| XYZ | 33.85 | 18.41 | 3 | - |
| YUV | 94.21 | 91.77 | 225.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 37 | 30 | 0 | 0.84 | 0.87 | 0.09 | 2.09 | 0.81 | 0.51 |
| Hex | E7 | 25 | 1E | 0 | 54 | 57 | 9 | 2 | 51 | 33 |
| Octal | 347 | 45 | 36 | 0 | 124 | 127 | 11 | 2 | 121 | 63 |
| Binary | 11100111 | 100101 | 11110 | 0 | 1010100 | 1010111 | 1001 | 10 | 1010001 | 110011 |
Color Harmonies of #E7251E
Complementary color
Monochromatic Colors of #E7251E
Black with #E7251E
Text Example
Text Example
White with #E7251E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7251E; }
p { color: rgb(231,37,30); }
H1.HeaderClassName
{
color: #E7251E;
}
.AnyTagClassName
{
color: #E7251E;
}
</style>
background-color css
<style>
a { background-color: #E7251E; }
a { background-color: rgb(231,37,30); }
div.DivClassName
{
background-color: #E7251E;
}
.BgClassName
{
background-color: #E7251E;
}
</style>
border-color css
<style>
span { border-color: #E7251E; }
span { border-color: rgb(231,37,30); }
td.TdClassName
{
border-color: #E7251E;
}
.TagClassName
{
border-color: #E7251E;
}
</style>