Shades of Crimson #E80C45
Tints of Crimson #E80C45
RGB
CMYK
RGB Variations
Color information
#E80C45 (or 0xE80C45) is known color: Crimson. HEX triplet: E8, 0C and 45. RGB value is (232,12,69). Sum of RGB (Red+Green+Blue) = 232+12+69=313 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.12% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C45 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80C45 is #17F3BA. Grayscale: #545454. Windows color (decimal): -1569723 or 4525288. OLE color: 4525288.
HSL color Cylindrical-coordinate representation of color #E80C45: hue angle of 344.45º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E80C45 is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 12 | 69 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.09 |
| HSL | 344.45º | 0.9% | 0.48% | - |
| HSV(B) | 344.45º | 0.95% | 0.91% | - |
| XYZ | 34.48 | 17.85 | 7.26 | - |
| YUV | 84.28 | 119.39 | 233.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 12 | 69 | 0 | 0.95 | 0.70 | 0.09 | 344.45 | 0.9 | 0.48 |
| Hex | E8 | C | 45 | 0 | 5F | 46 | 9 | 158 | 5A | 30 |
| Octal | 350 | 14 | 105 | 0 | 137 | 106 | 11 | 530 | 132 | 60 |
| Binary | 11101000 | 1100 | 1000101 | 0 | 1011111 | 1000110 | 1001 | 101011000 | 1011010 | 110000 |
Color Harmonies of #E80C45
Complementary color
Monochromatic Colors of #E80C45
Black with #E80C45
Text Example
Text Example
White with #E80C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80C45; }
p { color: rgb(232,12,69); }
H1.HeaderClassName
{
color: #E80C45;
}
.AnyTagClassName
{
color: #E80C45;
}
</style>
background-color css
<style>
a { background-color: #E80C45; }
a { background-color: rgb(232,12,69); }
div.DivClassName
{
background-color: #E80C45;
}
.BgClassName
{
background-color: #E80C45;
}
</style>
border-color css
<style>
span { border-color: #E80C45; }
span { border-color: rgb(232,12,69); }
td.TdClassName
{
border-color: #E80C45;
}
.TagClassName
{
border-color: #E80C45;
}
</style>