Shades of Cinnabar #E7462A
Tints of Cinnabar #E7462A
RGB
CMYK
RGB Variations
Color information
#E7462A (or 0xE7462A) is known color: Cinnabar. HEX triplet: E7, 46 and 2A. RGB value is (231,70,42). Sum of RGB (Red+Green+Blue) = 231+70+42=343 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.35% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 231 - color contains mainly: red. Hex color #E7462A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7462A is #18B9D5. Grayscale: #737373. Windows color (decimal): -1620438 or 2770663. OLE color: 2770663.
HSL color Cylindrical-coordinate representation of color #E7462A: hue angle of 8.89º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E7462A is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 70 | 42 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.09 |
| HSL | 8.89º | 0.8% | 0.54% | - |
| HSV(B) | 8.89º | 0.82% | 0.91% | - |
| XYZ | 35.56 | 21.54 | 4.47 | - |
| YUV | 114.95 | 86.84 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 70 | 42 | 0 | 0.70 | 0.82 | 0.09 | 8.89 | 0.8 | 0.54 |
| Hex | E7 | 46 | 2A | 0 | 46 | 52 | 9 | 9 | 50 | 36 |
| Octal | 347 | 106 | 52 | 0 | 106 | 122 | 11 | 11 | 120 | 66 |
| Binary | 11100111 | 1000110 | 101010 | 0 | 1000110 | 1010010 | 1001 | 1001 | 1010000 | 110110 |
Color Harmonies of #E7462A
Complementary color
Monochromatic Colors of #E7462A
Black with #E7462A
Text Example
Text Example
White with #E7462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7462A; }
p { color: rgb(231,70,42); }
H1.HeaderClassName
{
color: #E7462A;
}
.AnyTagClassName
{
color: #E7462A;
}
</style>
background-color css
<style>
a { background-color: #E7462A; }
a { background-color: rgb(231,70,42); }
div.DivClassName
{
background-color: #E7462A;
}
.BgClassName
{
background-color: #E7462A;
}
</style>
border-color css
<style>
span { border-color: #E7462A; }
span { border-color: rgb(231,70,42); }
td.TdClassName
{
border-color: #E7462A;
}
.TagClassName
{
border-color: #E7462A;
}
</style>