Shades of Crimson #E10D31
Tints of Crimson #E10D31
RGB
CMYK
RGB Variations
Color information
#E10D31 (or 0xE10D31) is known color: Crimson. HEX triplet: E1, 0D and 31. RGB value is (225,13,49). Sum of RGB (Red+Green+Blue) = 225+13+49=287 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.40% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10D31 is #1EF2CE. Grayscale: #505050. Windows color (decimal): -2028239 or 3214817. OLE color: 3214817.
HSL color Cylindrical-coordinate representation of color #E10D31: hue angle of 349.81º 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 #E10D31 is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 49 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.12 |
| HSL | 349.81º | 0.89% | 0.47% | - |
| HSV(B) | 349.81º | 0.94% | 0.88% | - |
| XYZ | 31.75 | 16.52 | 4.42 | - |
| YUV | 80.49 | 110.24 | 231.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 49 | 0 | 0.94 | 0.78 | 0.12 | 349.81 | 0.89 | 0.47 |
| Hex | E1 | D | 31 | 0 | 5E | 4E | C | 15E | 59 | 2F |
| Octal | 341 | 15 | 61 | 0 | 136 | 116 | 14 | 536 | 131 | 57 |
| Binary | 11100001 | 1101 | 110001 | 0 | 1011110 | 1001110 | 1100 | 101011110 | 1011001 | 101111 |
Color Harmonies of #E10D31
Complementary color
Monochromatic Colors of #E10D31
Black with #E10D31
Text Example
Text Example
White with #E10D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10D31; }
p { color: rgb(225,13,49); }
H1.HeaderClassName
{
color: #E10D31;
}
.AnyTagClassName
{
color: #E10D31;
}
</style>
background-color css
<style>
a { background-color: #E10D31; }
a { background-color: rgb(225,13,49); }
div.DivClassName
{
background-color: #E10D31;
}
.BgClassName
{
background-color: #E10D31;
}
</style>
border-color css
<style>
span { border-color: #E10D31; }
span { border-color: rgb(225,13,49); }
td.TdClassName
{
border-color: #E10D31;
}
.TagClassName
{
border-color: #E10D31;
}
</style>