Shades of Crimson #E80545
Tints of Crimson #E80545
RGB
CMYK
RGB Variations
Color information
#E80545 (or 0xE80545) is known color: Crimson. HEX triplet: E8, 05 and 45. RGB value is (232,5,69). Sum of RGB (Red+Green+Blue) = 232+5+69=306 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.82% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 232 - color contains mainly: red. Hex color #E80545 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80545 is #17FABA. Grayscale: #505050. Windows color (decimal): -1571515 or 4523496. OLE color: 4523496.
HSL color Cylindrical-coordinate representation of color #E80545: hue angle of 343.08º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E80545 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 69 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.09 |
| HSL | 343.08º | 0.96% | 0.46% | - |
| HSV(B) | 343.08º | 0.98% | 0.91% | - |
| XYZ | 34.41 | 17.69 | 7.23 | - |
| YUV | 80.17 | 121.71 | 236.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 69 | 0 | 0.98 | 0.70 | 0.09 | 343.08 | 0.96 | 0.46 |
| Hex | E8 | 5 | 45 | 0 | 62 | 46 | 9 | 157 | 60 | 2E |
| Octal | 350 | 5 | 105 | 0 | 142 | 106 | 11 | 527 | 140 | 56 |
| Binary | 11101000 | 101 | 1000101 | 0 | 1100010 | 1000110 | 1001 | 101010111 | 1100000 | 101110 |
Color Harmonies of #E80545
Complementary color
Monochromatic Colors of #E80545
Black with #E80545
Text Example
Text Example
White with #E80545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80545; }
p { color: rgb(232,5,69); }
H1.HeaderClassName
{
color: #E80545;
}
.AnyTagClassName
{
color: #E80545;
}
</style>
background-color css
<style>
a { background-color: #E80545; }
a { background-color: rgb(232,5,69); }
div.DivClassName
{
background-color: #E80545;
}
.BgClassName
{
background-color: #E80545;
}
</style>
border-color css
<style>
span { border-color: #E80545; }
span { border-color: rgb(232,5,69); }
td.TdClassName
{
border-color: #E80545;
}
.TagClassName
{
border-color: #E80545;
}
</style>