Shades of Crimson #DD0031
Tints of Crimson #DD0031
RGB
CMYK
RGB Variations
Color information
#DD0031 (or 0xDD0031) is known color: Crimson. HEX triplet: DD, 00 and 31. RGB value is (221,0,49). Sum of RGB (Red+Green+Blue) = 221+0+49=270 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.85% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0031 is #22FFCE. Grayscale: #474747. Windows color (decimal): -2293711 or 3211485. OLE color: 3211485.
HSL color Cylindrical-coordinate representation of color #DD0031: hue angle of 346.7º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0031 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.78 | 0.13 |
| HSL | 346.7º | 1% | 0.43% | - |
| HSV(B) | 346.7º | 1% | 0.87% | - |
| XYZ | 30.37 | 15.59 | 4.31 | - |
| YUV | 71.67 | 115.22 | 234.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 49 | 0 | 1 | 0.78 | 0.13 | 346.7 | 1 | 0.43 |
| Hex | DD | 0 | 31 | 0 | 64 | 4E | D | 15B | 64 | 2B |
| Octal | 335 | 0 | 61 | 0 | 144 | 116 | 15 | 533 | 144 | 53 |
| Binary | 11011101 | 0 | 110001 | 0 | 1100100 | 1001110 | 1101 | 101011011 | 1100100 | 101011 |
Color Harmonies of #DD0031
Complementary color
Monochromatic Colors of #DD0031
Black with #DD0031
Text Example
Text Example
White with #DD0031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0031; }
p { color: rgb(221,0,49); }
H1.HeaderClassName
{
color: #DD0031;
}
.AnyTagClassName
{
color: #DD0031;
}
</style>
background-color css
<style>
a { background-color: #DD0031; }
a { background-color: rgb(221,0,49); }
div.DivClassName
{
background-color: #DD0031;
}
.BgClassName
{
background-color: #DD0031;
}
</style>
border-color css
<style>
span { border-color: #DD0031; }
span { border-color: rgb(221,0,49); }
td.TdClassName
{
border-color: #DD0031;
}
.TagClassName
{
border-color: #DD0031;
}
</style>