Shades of Cinnabar #E7473A
Tints of Cinnabar #E7473A
RGB
CMYK
RGB Variations
Color information
#E7473A (or 0xE7473A) is known color: Cinnabar. HEX triplet: E7, 47 and 3A. RGB value is (231,71,58). Sum of RGB (Red+Green+Blue) = 231+71+58=360 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.17% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 231 - color contains mainly: red. Hex color #E7473A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7473A is #18B8C5. Grayscale: #757575. Windows color (decimal): -1620166 or 3819495. OLE color: 3819495.
HSL color Cylindrical-coordinate representation of color #E7473A: hue angle of 4.51º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E7473A is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 71 | 58 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.09 |
| HSL | 4.51º | 0.78% | 0.57% | - |
| HSV(B) | 4.51º | 0.75% | 0.91% | - |
| XYZ | 35.97 | 21.8 | 6.32 | - |
| YUV | 117.36 | 94.51 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 71 | 58 | 0 | 0.69 | 0.75 | 0.09 | 4.51 | 0.78 | 0.57 |
| Hex | E7 | 47 | 3A | 0 | 45 | 4B | 9 | 5 | 4E | 39 |
| Octal | 347 | 107 | 72 | 0 | 105 | 113 | 11 | 5 | 116 | 71 |
| Binary | 11100111 | 1000111 | 111010 | 0 | 1000101 | 1001011 | 1001 | 101 | 1001110 | 111001 |
Color Harmonies of #E7473A
Complementary color
Monochromatic Colors of #E7473A
Black with #E7473A
Text Example
Text Example
White with #E7473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7473A; }
p { color: rgb(231,71,58); }
H1.HeaderClassName
{
color: #E7473A;
}
.AnyTagClassName
{
color: #E7473A;
}
</style>
background-color css
<style>
a { background-color: #E7473A; }
a { background-color: rgb(231,71,58); }
div.DivClassName
{
background-color: #E7473A;
}
.BgClassName
{
background-color: #E7473A;
}
</style>
border-color css
<style>
span { border-color: #E7473A; }
span { border-color: rgb(231,71,58); }
td.TdClassName
{
border-color: #E7473A;
}
.TagClassName
{
border-color: #E7473A;
}
</style>