Shades of Crimson #DD1942
Tints of Crimson #DD1942
RGB
CMYK
RGB Variations
Color information
#DD1942 (or 0xDD1942) is known color: Crimson. HEX triplet: DD, 19 and 42. RGB value is (221,25,66). Sum of RGB (Red+Green+Blue) = 221+25+66=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1942 is #22E6BD. Grayscale: #585858. Windows color (decimal): -2287294 or 4331997. OLE color: 4331997.
HSL color Cylindrical-coordinate representation of color #DD1942: hue angle of 347.45º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD1942 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 25 | 66 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.13 |
| HSL | 347.45º | 0.8% | 0.48% | - |
| HSV(B) | 347.45º | 0.89% | 0.87% | - |
| XYZ | 31.15 | 16.46 | 6.69 | - |
| YUV | 88.28 | 115.43 | 222.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 66 | 0 | 0.89 | 0.70 | 0.13 | 347.45 | 0.8 | 0.48 |
| Hex | DD | 19 | 42 | 0 | 59 | 46 | D | 15B | 50 | 30 |
| Octal | 335 | 31 | 102 | 0 | 131 | 106 | 15 | 533 | 120 | 60 |
| Binary | 11011101 | 11001 | 1000010 | 0 | 1011001 | 1000110 | 1101 | 101011011 | 1010000 | 110000 |
Color Harmonies of #DD1942
Complementary color
Monochromatic Colors of #DD1942
Black with #DD1942
Text Example
Text Example
White with #DD1942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1942; }
p { color: rgb(221,25,66); }
H1.HeaderClassName
{
color: #DD1942;
}
.AnyTagClassName
{
color: #DD1942;
}
</style>
background-color css
<style>
a { background-color: #DD1942; }
a { background-color: rgb(221,25,66); }
div.DivClassName
{
background-color: #DD1942;
}
.BgClassName
{
background-color: #DD1942;
}
</style>
border-color css
<style>
span { border-color: #DD1942; }
span { border-color: rgb(221,25,66); }
td.TdClassName
{
border-color: #DD1942;
}
.TagClassName
{
border-color: #DD1942;
}
</style>