Shades of Crimson #E10D3E
Tints of Crimson #E10D3E
RGB
CMYK
RGB Variations
Color information
#E10D3E (or 0xE10D3E) is known color: Crimson. HEX triplet: E1, 0D and 3E. RGB value is (225,13,62). Sum of RGB (Red+Green+Blue) = 225+13+62=300 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10D3E is #1EF2C1. Grayscale: #515151. Windows color (decimal): -2028226 or 4066785. OLE color: 4066785.
HSL color Cylindrical-coordinate representation of color #E10D3E: hue angle of 346.13º 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 #E10D3E is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 62 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.12 |
| HSL | 346.13º | 0.89% | 0.47% | - |
| HSV(B) | 346.13º | 0.94% | 0.88% | - |
| XYZ | 32.06 | 16.64 | 6.08 | - |
| YUV | 81.97 | 116.74 | 230.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 62 | 0 | 0.94 | 0.72 | 0.12 | 346.13 | 0.89 | 0.47 |
| Hex | E1 | D | 3E | 0 | 5E | 48 | C | 15A | 59 | 2F |
| Octal | 341 | 15 | 76 | 0 | 136 | 110 | 14 | 532 | 131 | 57 |
| Binary | 11100001 | 1101 | 111110 | 0 | 1011110 | 1001000 | 1100 | 101011010 | 1011001 | 101111 |
Color Harmonies of #E10D3E
Complementary color
Monochromatic Colors of #E10D3E
Black with #E10D3E
Text Example
Text Example
White with #E10D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10D3E; }
p { color: rgb(225,13,62); }
H1.HeaderClassName
{
color: #E10D3E;
}
.AnyTagClassName
{
color: #E10D3E;
}
</style>
background-color css
<style>
a { background-color: #E10D3E; }
a { background-color: rgb(225,13,62); }
div.DivClassName
{
background-color: #E10D3E;
}
.BgClassName
{
background-color: #E10D3E;
}
</style>
border-color css
<style>
span { border-color: #E10D3E; }
span { border-color: rgb(225,13,62); }
td.TdClassName
{
border-color: #E10D3E;
}
.TagClassName
{
border-color: #E10D3E;
}
</style>