Shades of Crimson #DD2042
Tints of Crimson #DD2042
RGB
CMYK
RGB Variations
Color information
#DD2042 (or 0xDD2042) is known color: Crimson. HEX triplet: DD, 20 and 42. RGB value is (221,32,66). Sum of RGB (Red+Green+Blue) = 221+32+66=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2042 is #22DFBD. Grayscale: #5C5C5C. Windows color (decimal): -2285502 or 4333789. OLE color: 4333789.
HSL color Cylindrical-coordinate representation of color #DD2042: hue angle of 349.21º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD2042 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 66 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.13 |
| HSL | 349.21º | 0.75% | 0.5% | - |
| HSV(B) | 349.21º | 0.86% | 0.87% | - |
| XYZ | 31.32 | 16.8 | 6.75 | - |
| YUV | 92.39 | 113.12 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 66 | 0 | 0.86 | 0.70 | 0.13 | 349.21 | 0.75 | 0.5 |
| Hex | DD | 20 | 42 | 0 | 56 | 46 | D | 15D | 4B | 32 |
| Octal | 335 | 40 | 102 | 0 | 126 | 106 | 15 | 535 | 113 | 62 |
| Binary | 11011101 | 100000 | 1000010 | 0 | 1010110 | 1000110 | 1101 | 101011101 | 1001011 | 110010 |
Color Harmonies of #DD2042
Complementary color
Monochromatic Colors of #DD2042
Black with #DD2042
Text Example
Text Example
White with #DD2042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2042; }
p { color: rgb(221,32,66); }
H1.HeaderClassName
{
color: #DD2042;
}
.AnyTagClassName
{
color: #DD2042;
}
</style>
background-color css
<style>
a { background-color: #DD2042; }
a { background-color: rgb(221,32,66); }
div.DivClassName
{
background-color: #DD2042;
}
.BgClassName
{
background-color: #DD2042;
}
</style>
border-color css
<style>
span { border-color: #DD2042; }
span { border-color: rgb(221,32,66); }
td.TdClassName
{
border-color: #DD2042;
}
.TagClassName
{
border-color: #DD2042;
}
</style>