Shades of Crimson #E00D47
Tints of Crimson #E00D47
RGB
CMYK
RGB Variations
Color information
#E00D47 (or 0xE00D47) is known color: Crimson. HEX triplet: E0, 0D and 47. RGB value is (224,13,71). Sum of RGB (Red+Green+Blue) = 224+13+71=308 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.73% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 224 - color contains mainly: red. Hex color #E00D47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00D47 is #1FF2B8. Grayscale: #525252. Windows color (decimal): -2093753 or 4656608. OLE color: 4656608.
HSL color Cylindrical-coordinate representation of color #E00D47: hue angle of 343.51º 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 #E00D47 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 13 | 71 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.12 |
| HSL | 343.51º | 0.89% | 0.46% | - |
| HSV(B) | 343.51º | 0.94% | 0.88% | - |
| XYZ | 32.02 | 16.59 | 7.48 | - |
| YUV | 82.7 | 121.4 | 228.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 13 | 71 | 0 | 0.94 | 0.68 | 0.12 | 343.51 | 0.89 | 0.46 |
| Hex | E0 | D | 47 | 0 | 5E | 44 | C | 158 | 59 | 2E |
| Octal | 340 | 15 | 107 | 0 | 136 | 104 | 14 | 530 | 131 | 56 |
| Binary | 11100000 | 1101 | 1000111 | 0 | 1011110 | 1000100 | 1100 | 101011000 | 1011001 | 101110 |
Color Harmonies of #E00D47
Complementary color
Monochromatic Colors of #E00D47
Black with #E00D47
Text Example
Text Example
White with #E00D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00D47; }
p { color: rgb(224,13,71); }
H1.HeaderClassName
{
color: #E00D47;
}
.AnyTagClassName
{
color: #E00D47;
}
</style>
background-color css
<style>
a { background-color: #E00D47; }
a { background-color: rgb(224,13,71); }
div.DivClassName
{
background-color: #E00D47;
}
.BgClassName
{
background-color: #E00D47;
}
</style>
border-color css
<style>
span { border-color: #E00D47; }
span { border-color: rgb(224,13,71); }
td.TdClassName
{
border-color: #E00D47;
}
.TagClassName
{
border-color: #E00D47;
}
</style>