Shades of Cinnabar #E7451E
Tints of Cinnabar #E7451E
RGB
CMYK
RGB Variations
Color information
#E7451E (or 0xE7451E) is known color: Cinnabar. HEX triplet: E7, 45 and 1E. RGB value is (231,69,30). Sum of RGB (Red+Green+Blue) = 231+69+30=330 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 231 - color contains mainly: red. Hex color #E7451E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7451E is #18BAE1. Grayscale: #717171. Windows color (decimal): -1620706 or 1983975. OLE color: 1983975.
HSL color Cylindrical-coordinate representation of color #E7451E: hue angle of 11.64º 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 #E7451E is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 69 | 30 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.09 |
| HSL | 11.64º | 0.81% | 0.51% | - |
| HSV(B) | 11.64º | 0.87% | 0.91% | - |
| XYZ | 35.32 | 21.34 | 3.49 | - |
| YUV | 112.99 | 81.17 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 69 | 30 | 0 | 0.70 | 0.87 | 0.09 | 11.64 | 0.81 | 0.51 |
| Hex | E7 | 45 | 1E | 0 | 46 | 57 | 9 | C | 51 | 33 |
| Octal | 347 | 105 | 36 | 0 | 106 | 127 | 11 | 14 | 121 | 63 |
| Binary | 11100111 | 1000101 | 11110 | 0 | 1000110 | 1010111 | 1001 | 1100 | 1010001 | 110011 |
Color Harmonies of #E7451E
Complementary color
Monochromatic Colors of #E7451E
Black with #E7451E
Text Example
Text Example
White with #E7451E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7451E; }
p { color: rgb(231,69,30); }
H1.HeaderClassName
{
color: #E7451E;
}
.AnyTagClassName
{
color: #E7451E;
}
</style>
background-color css
<style>
a { background-color: #E7451E; }
a { background-color: rgb(231,69,30); }
div.DivClassName
{
background-color: #E7451E;
}
.BgClassName
{
background-color: #E7451E;
}
</style>
border-color css
<style>
span { border-color: #E7451E; }
span { border-color: rgb(231,69,30); }
td.TdClassName
{
border-color: #E7451E;
}
.TagClassName
{
border-color: #E7451E;
}
</style>