Shades of Crimson #DD2141
Tints of Crimson #DD2141
RGB
CMYK
RGB Variations
Color information
#DD2141 (or 0xDD2141) is known color: Crimson. HEX triplet: DD, 21 and 41. RGB value is (221,33,65). Sum of RGB (Red+Green+Blue) = 221+33+65=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2141 is #22DEBE. Grayscale: #5C5C5C. Windows color (decimal): -2285247 or 4268509. OLE color: 4268509.
HSL color Cylindrical-coordinate representation of color #DD2141: hue angle of 349.79º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD2141 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 65 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.13 |
| HSL | 349.79º | 0.74% | 0.5% | - |
| HSV(B) | 349.79º | 0.85% | 0.87% | - |
| XYZ | 31.32 | 16.84 | 6.6 | - |
| YUV | 92.86 | 112.28 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 65 | 0 | 0.85 | 0.71 | 0.13 | 349.79 | 0.74 | 0.5 |
| Hex | DD | 21 | 41 | 0 | 55 | 47 | D | 15E | 4A | 32 |
| Octal | 335 | 41 | 101 | 0 | 125 | 107 | 15 | 536 | 112 | 62 |
| Binary | 11011101 | 100001 | 1000001 | 0 | 1010101 | 1000111 | 1101 | 101011110 | 1001010 | 110010 |
Color Harmonies of #DD2141
Complementary color
Monochromatic Colors of #DD2141
Black with #DD2141
Text Example
Text Example
White with #DD2141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2141; }
p { color: rgb(221,33,65); }
H1.HeaderClassName
{
color: #DD2141;
}
.AnyTagClassName
{
color: #DD2141;
}
</style>
background-color css
<style>
a { background-color: #DD2141; }
a { background-color: rgb(221,33,65); }
div.DivClassName
{
background-color: #DD2141;
}
.BgClassName
{
background-color: #DD2141;
}
</style>
border-color css
<style>
span { border-color: #DD2141; }
span { border-color: rgb(221,33,65); }
td.TdClassName
{
border-color: #DD2141;
}
.TagClassName
{
border-color: #DD2141;
}
</style>