Shades of Cinnabar #E7473C
Tints of Cinnabar #E7473C
RGB
CMYK
RGB Variations
Color information
#E7473C (or 0xE7473C) is known color: Cinnabar. HEX triplet: E7, 47 and 3C. RGB value is (231,71,60). Sum of RGB (Red+Green+Blue) = 231+71+60=362 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.81% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 231 - color contains mainly: red. Hex color #E7473C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7473C is #18B8C3. Grayscale: #757575. Windows color (decimal): -1620164 or 3950567. OLE color: 3950567.
HSL color Cylindrical-coordinate representation of color #E7473C: hue angle of 3.86º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E7473C is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 71 | 60 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.09 |
| HSL | 3.86º | 0.78% | 0.57% | - |
| HSV(B) | 3.86º | 0.74% | 0.91% | - |
| XYZ | 36.02 | 21.82 | 6.59 | - |
| YUV | 117.59 | 95.51 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 71 | 60 | 0 | 0.69 | 0.74 | 0.09 | 3.86 | 0.78 | 0.57 |
| Hex | E7 | 47 | 3C | 0 | 45 | 4A | 9 | 4 | 4E | 39 |
| Octal | 347 | 107 | 74 | 0 | 105 | 112 | 11 | 4 | 116 | 71 |
| Binary | 11100111 | 1000111 | 111100 | 0 | 1000101 | 1001010 | 1001 | 100 | 1001110 | 111001 |
Color Harmonies of #E7473C
Complementary color
Monochromatic Colors of #E7473C
Black with #E7473C
Text Example
Text Example
White with #E7473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7473C; }
p { color: rgb(231,71,60); }
H1.HeaderClassName
{
color: #E7473C;
}
.AnyTagClassName
{
color: #E7473C;
}
</style>
background-color css
<style>
a { background-color: #E7473C; }
a { background-color: rgb(231,71,60); }
div.DivClassName
{
background-color: #E7473C;
}
.BgClassName
{
background-color: #E7473C;
}
</style>
border-color css
<style>
span { border-color: #E7473C; }
span { border-color: rgb(231,71,60); }
td.TdClassName
{
border-color: #E7473C;
}
.TagClassName
{
border-color: #E7473C;
}
</style>