Shades of Cinnabar #E7462D
Tints of Cinnabar #E7462D
RGB
CMYK
RGB Variations
Color information
#E7462D (or 0xE7462D) is known color: Cinnabar. HEX triplet: E7, 46 and 2D. RGB value is (231,70,45). Sum of RGB (Red+Green+Blue) = 231+70+45=346 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.76% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 231 - color contains mainly: red. Hex color #E7462D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7462D is #18B9D2. Grayscale: #737373. Windows color (decimal): -1620435 or 2967271. OLE color: 2967271.
HSL color Cylindrical-coordinate representation of color #E7462D: hue angle of 8.06º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E7462D is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 70 | 45 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.09 |
| HSL | 8.06º | 0.79% | 0.54% | - |
| HSV(B) | 8.06º | 0.81% | 0.91% | - |
| XYZ | 35.62 | 21.56 | 4.77 | - |
| YUV | 115.29 | 88.34 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 70 | 45 | 0 | 0.70 | 0.81 | 0.09 | 8.06 | 0.79 | 0.54 |
| Hex | E7 | 46 | 2D | 0 | 46 | 51 | 9 | 8 | 4F | 36 |
| Octal | 347 | 106 | 55 | 0 | 106 | 121 | 11 | 10 | 117 | 66 |
| Binary | 11100111 | 1000110 | 101101 | 0 | 1000110 | 1010001 | 1001 | 1000 | 1001111 | 110110 |
Color Harmonies of #E7462D
Complementary color
Monochromatic Colors of #E7462D
Black with #E7462D
Text Example
Text Example
White with #E7462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7462D; }
p { color: rgb(231,70,45); }
H1.HeaderClassName
{
color: #E7462D;
}
.AnyTagClassName
{
color: #E7462D;
}
</style>
background-color css
<style>
a { background-color: #E7462D; }
a { background-color: rgb(231,70,45); }
div.DivClassName
{
background-color: #E7462D;
}
.BgClassName
{
background-color: #E7462D;
}
</style>
border-color css
<style>
span { border-color: #E7462D; }
span { border-color: rgb(231,70,45); }
td.TdClassName
{
border-color: #E7462D;
}
.TagClassName
{
border-color: #E7462D;
}
</style>