Shades of Crimson #DD0E31
Tints of Crimson #DD0E31
RGB
CMYK
RGB Variations
Color information
#DD0E31 (or 0xDD0E31) is known color: Crimson. HEX triplet: DD, 0E and 31. RGB value is (221,14,49). Sum of RGB (Red+Green+Blue) = 221+14+49=284 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.82% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0E31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0E31 is #22F1CE. Grayscale: #4F4F4F. Windows color (decimal): -2290127 or 3215069. OLE color: 3215069.
HSL color Cylindrical-coordinate representation of color #DD0E31: hue angle of 349.86º degrees, saturation: 0.88, 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 #DD0E31 is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 14 | 49 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.13 |
| HSL | 349.86º | 0.88% | 0.46% | - |
| HSV(B) | 349.86º | 0.94% | 0.87% | - |
| XYZ | 30.53 | 15.91 | 4.37 | - |
| YUV | 79.88 | 110.58 | 228.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 49 | 0 | 0.94 | 0.78 | 0.13 | 349.86 | 0.88 | 0.46 |
| Hex | DD | E | 31 | 0 | 5E | 4E | D | 15E | 58 | 2E |
| Octal | 335 | 16 | 61 | 0 | 136 | 116 | 15 | 536 | 130 | 56 |
| Binary | 11011101 | 1110 | 110001 | 0 | 1011110 | 1001110 | 1101 | 101011110 | 1011000 | 101110 |
Color Harmonies of #DD0E31
Complementary color
Monochromatic Colors of #DD0E31
Black with #DD0E31
Text Example
Text Example
White with #DD0E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0E31; }
p { color: rgb(221,14,49); }
H1.HeaderClassName
{
color: #DD0E31;
}
.AnyTagClassName
{
color: #DD0E31;
}
</style>
background-color css
<style>
a { background-color: #DD0E31; }
a { background-color: rgb(221,14,49); }
div.DivClassName
{
background-color: #DD0E31;
}
.BgClassName
{
background-color: #DD0E31;
}
</style>
border-color css
<style>
span { border-color: #DD0E31; }
span { border-color: rgb(221,14,49); }
td.TdClassName
{
border-color: #DD0E31;
}
.TagClassName
{
border-color: #DD0E31;
}
</style>