Shades of Crimson #DE0D47
Tints of Crimson #DE0D47
RGB
CMYK
RGB Variations
Color information
#DE0D47 (or 0xDE0D47) is known color: Crimson. HEX triplet: DE, 0D and 47. RGB value is (222,13,71). Sum of RGB (Red+Green+Blue) = 222+13+71=306 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.55% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0D47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0D47 is #21F2B8. Grayscale: #525252. Windows color (decimal): -2224825 or 4656606. OLE color: 4656606.
HSL color Cylindrical-coordinate representation of color #DE0D47: hue angle of 343.35º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE0D47 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 13 | 71 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.13 |
| HSL | 343.35º | 0.89% | 0.46% | - |
| HSV(B) | 343.35º | 0.94% | 0.87% | - |
| XYZ | 31.41 | 16.27 | 7.45 | - |
| YUV | 82.1 | 121.74 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 13 | 71 | 0 | 0.94 | 0.68 | 0.13 | 343.35 | 0.89 | 0.46 |
| Hex | DE | D | 47 | 0 | 5E | 44 | D | 157 | 59 | 2E |
| Octal | 336 | 15 | 107 | 0 | 136 | 104 | 15 | 527 | 131 | 56 |
| Binary | 11011110 | 1101 | 1000111 | 0 | 1011110 | 1000100 | 1101 | 101010111 | 1011001 | 101110 |
Color Harmonies of #DE0D47
Complementary color
Monochromatic Colors of #DE0D47
Black with #DE0D47
Text Example
Text Example
White with #DE0D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0D47; }
p { color: rgb(222,13,71); }
H1.HeaderClassName
{
color: #DE0D47;
}
.AnyTagClassName
{
color: #DE0D47;
}
</style>
background-color css
<style>
a { background-color: #DE0D47; }
a { background-color: rgb(222,13,71); }
div.DivClassName
{
background-color: #DE0D47;
}
.BgClassName
{
background-color: #DE0D47;
}
</style>
border-color css
<style>
span { border-color: #DE0D47; }
span { border-color: rgb(222,13,71); }
td.TdClassName
{
border-color: #DE0D47;
}
.TagClassName
{
border-color: #DE0D47;
}
</style>