Shades of Cinnabar #E7461A
Tints of Cinnabar #E7461A
RGB
CMYK
RGB Variations
Color information
#E7461A (or 0xE7461A) is known color: Cinnabar. HEX triplet: E7, 46 and 1A. RGB value is (231,70,26). Sum of RGB (Red+Green+Blue) = 231+70+26=327 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.64% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 231 - color contains mainly: red. Hex color #E7461A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7461A is #18B9E5. Grayscale: #717171. Windows color (decimal): -1620454 or 1722087. OLE color: 1722087.
HSL color Cylindrical-coordinate representation of color #E7461A: hue angle of 12.88º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E7461A is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 70 | 26 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.09 |
| HSL | 12.88º | 0.81% | 0.5% | - |
| HSV(B) | 12.88º | 0.89% | 0.91% | - |
| XYZ | 35.33 | 21.44 | 3.25 | - |
| YUV | 113.12 | 78.84 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 70 | 26 | 0 | 0.70 | 0.89 | 0.09 | 12.88 | 0.81 | 0.5 |
| Hex | E7 | 46 | 1A | 0 | 46 | 59 | 9 | D | 51 | 32 |
| Octal | 347 | 106 | 32 | 0 | 106 | 131 | 11 | 15 | 121 | 62 |
| Binary | 11100111 | 1000110 | 11010 | 0 | 1000110 | 1011001 | 1001 | 1101 | 1010001 | 110010 |
Color Harmonies of #E7461A
Complementary color
Monochromatic Colors of #E7461A
Black with #E7461A
Text Example
Text Example
White with #E7461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7461A; }
p { color: rgb(231,70,26); }
H1.HeaderClassName
{
color: #E7461A;
}
.AnyTagClassName
{
color: #E7461A;
}
</style>
background-color css
<style>
a { background-color: #E7461A; }
a { background-color: rgb(231,70,26); }
div.DivClassName
{
background-color: #E7461A;
}
.BgClassName
{
background-color: #E7461A;
}
</style>
border-color css
<style>
span { border-color: #E7461A; }
span { border-color: rgb(231,70,26); }
td.TdClassName
{
border-color: #E7461A;
}
.TagClassName
{
border-color: #E7461A;
}
</style>