Shades of Crimson #E10D40
Tints of Crimson #E10D40
RGB
CMYK
RGB Variations
Color information
#E10D40 (or 0xE10D40) is known color: Crimson. HEX triplet: E1, 0D and 40. RGB value is (225,13,64). Sum of RGB (Red+Green+Blue) = 225+13+64=302 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.50% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10D40 is #1EF2BF. Grayscale: #525252. Windows color (decimal): -2028224 or 4197857. OLE color: 4197857.
HSL color Cylindrical-coordinate representation of color #E10D40: hue angle of 345.57º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10D40 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 64 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.12 |
| HSL | 345.57º | 0.89% | 0.47% | - |
| HSV(B) | 345.57º | 0.94% | 0.88% | - |
| XYZ | 32.12 | 16.67 | 6.37 | - |
| YUV | 82.2 | 117.74 | 229.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 64 | 0 | 0.94 | 0.72 | 0.12 | 345.57 | 0.89 | 0.47 |
| Hex | E1 | D | 40 | 0 | 5E | 48 | C | 15A | 59 | 2F |
| Octal | 341 | 15 | 100 | 0 | 136 | 110 | 14 | 532 | 131 | 57 |
| Binary | 11100001 | 1101 | 1000000 | 0 | 1011110 | 1001000 | 1100 | 101011010 | 1011001 | 101111 |
Color Harmonies of #E10D40
Complementary color
Monochromatic Colors of #E10D40
Black with #E10D40
Text Example
Text Example
White with #E10D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10D40; }
p { color: rgb(225,13,64); }
H1.HeaderClassName
{
color: #E10D40;
}
.AnyTagClassName
{
color: #E10D40;
}
</style>
background-color css
<style>
a { background-color: #E10D40; }
a { background-color: rgb(225,13,64); }
div.DivClassName
{
background-color: #E10D40;
}
.BgClassName
{
background-color: #E10D40;
}
</style>
border-color css
<style>
span { border-color: #E10D40; }
span { border-color: rgb(225,13,64); }
td.TdClassName
{
border-color: #E10D40;
}
.TagClassName
{
border-color: #E10D40;
}
</style>