Shades of Crimson #E00D49
Tints of Crimson #E00D49
RGB
CMYK
RGB Variations
Color information
#E00D49 (or 0xE00D49) is known color: Crimson. HEX triplet: E0, 0D and 49. RGB value is (224,13,73). Sum of RGB (Red+Green+Blue) = 224+13+73=310 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.26% from 310); Green value is 13 (5.47% from 255 or 4.19% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 224 - color contains mainly: red. Hex color #E00D49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00D49 is #1FF2B6. Grayscale: #525252. Windows color (decimal): -2093751 or 4787680. OLE color: 4787680.
HSL color Cylindrical-coordinate representation of color #E00D49: hue angle of 342.94º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00D49 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 13 | 73 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.12 |
| HSL | 342.94º | 0.89% | 0.46% | - |
| HSV(B) | 342.94º | 0.94% | 0.88% | - |
| XYZ | 32.09 | 16.62 | 7.82 | - |
| YUV | 82.93 | 122.4 | 228.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 13 | 73 | 0 | 0.94 | 0.67 | 0.12 | 342.94 | 0.89 | 0.46 |
| Hex | E0 | D | 49 | 0 | 5E | 43 | C | 157 | 59 | 2E |
| Octal | 340 | 15 | 111 | 0 | 136 | 103 | 14 | 527 | 131 | 56 |
| Binary | 11100000 | 1101 | 1001001 | 0 | 1011110 | 1000011 | 1100 | 101010111 | 1011001 | 101110 |
Color Harmonies of #E00D49
Complementary color
Monochromatic Colors of #E00D49
Black with #E00D49
Text Example
Text Example
White with #E00D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00D49; }
p { color: rgb(224,13,73); }
H1.HeaderClassName
{
color: #E00D49;
}
.AnyTagClassName
{
color: #E00D49;
}
</style>
background-color css
<style>
a { background-color: #E00D49; }
a { background-color: rgb(224,13,73); }
div.DivClassName
{
background-color: #E00D49;
}
.BgClassName
{
background-color: #E00D49;
}
</style>
border-color css
<style>
span { border-color: #E00D49; }
span { border-color: rgb(224,13,73); }
td.TdClassName
{
border-color: #E00D49;
}
.TagClassName
{
border-color: #E00D49;
}
</style>