Shades of Cinnabar #E5473C
Tints of Cinnabar #E5473C
RGB
CMYK
RGB Variations
Color information
#E5473C (or 0xE5473C) is known color: Cinnabar. HEX triplet: E5, 47 and 3C. RGB value is (229,71,60). Sum of RGB (Red+Green+Blue) = 229+71+60=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E5473C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5473C is #1AB8C3. Grayscale: #757575. Windows color (decimal): -1751236 or 3950565. OLE color: 3950565.
HSL color Cylindrical-coordinate representation of color #E5473C: hue angle of 3.91º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E5473C is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 71 | 60 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.10 |
| HSL | 3.91º | 0.76% | 0.57% | - |
| HSV(B) | 3.91º | 0.74% | 0.9% | - |
| XYZ | 35.38 | 21.49 | 6.56 | - |
| YUV | 116.99 | 95.85 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 71 | 60 | 0 | 0.69 | 0.74 | 0.10 | 3.91 | 0.76 | 0.57 |
| Hex | E5 | 47 | 3C | 0 | 45 | 4A | A | 4 | 4C | 39 |
| Octal | 345 | 107 | 74 | 0 | 105 | 112 | 12 | 4 | 114 | 71 |
| Binary | 11100101 | 1000111 | 111100 | 0 | 1000101 | 1001010 | 1010 | 100 | 1001100 | 111001 |
Color Harmonies of #E5473C
Complementary color
Monochromatic Colors of #E5473C
Black with #E5473C
Text Example
Text Example
White with #E5473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5473C; }
p { color: rgb(229,71,60); }
H1.HeaderClassName
{
color: #E5473C;
}
.AnyTagClassName
{
color: #E5473C;
}
</style>
background-color css
<style>
a { background-color: #E5473C; }
a { background-color: rgb(229,71,60); }
div.DivClassName
{
background-color: #E5473C;
}
.BgClassName
{
background-color: #E5473C;
}
</style>
border-color css
<style>
span { border-color: #E5473C; }
span { border-color: rgb(229,71,60); }
td.TdClassName
{
border-color: #E5473C;
}
.TagClassName
{
border-color: #E5473C;
}
</style>