Shades of Crimson #E80D45
Tints of Crimson #E80D45
RGB
CMYK
RGB Variations
Color information
#E80D45 (or 0xE80D45) is known color: Crimson. HEX triplet: E8, 0D and 45. RGB value is (232,13,69). Sum of RGB (Red+Green+Blue) = 232+13+69=314 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.89% from 314); Green value is 13 (5.47% from 255 or 4.14% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 232 - color contains mainly: red. Hex color #E80D45 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80D45 is #17F2BA. Grayscale: #545454. Windows color (decimal): -1569467 or 4525544. OLE color: 4525544.
HSL color Cylindrical-coordinate representation of color #E80D45: hue angle of 344.66º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80D45 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 13 | 69 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.09 |
| HSL | 344.66º | 0.89% | 0.48% | - |
| HSV(B) | 344.66º | 0.94% | 0.91% | - |
| XYZ | 34.5 | 17.87 | 7.26 | - |
| YUV | 84.87 | 119.05 | 232.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 13 | 69 | 0 | 0.94 | 0.70 | 0.09 | 344.66 | 0.89 | 0.48 |
| Hex | E8 | D | 45 | 0 | 5E | 46 | 9 | 159 | 59 | 30 |
| Octal | 350 | 15 | 105 | 0 | 136 | 106 | 11 | 531 | 131 | 60 |
| Binary | 11101000 | 1101 | 1000101 | 0 | 1011110 | 1000110 | 1001 | 101011001 | 1011001 | 110000 |
Color Harmonies of #E80D45
Complementary color
Monochromatic Colors of #E80D45
Black with #E80D45
Text Example
Text Example
White with #E80D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80D45; }
p { color: rgb(232,13,69); }
H1.HeaderClassName
{
color: #E80D45;
}
.AnyTagClassName
{
color: #E80D45;
}
</style>
background-color css
<style>
a { background-color: #E80D45; }
a { background-color: rgb(232,13,69); }
div.DivClassName
{
background-color: #E80D45;
}
.BgClassName
{
background-color: #E80D45;
}
</style>
border-color css
<style>
span { border-color: #E80D45; }
span { border-color: rgb(232,13,69); }
td.TdClassName
{
border-color: #E80D45;
}
.TagClassName
{
border-color: #E80D45;
}
</style>