Shades of Crimson #DD2144
Tints of Crimson #DD2144
RGB
CMYK
RGB Variations
Color information
#DD2144 (or 0xDD2144) is known color: Crimson. HEX triplet: DD, 21 and 44. RGB value is (221,33,68). Sum of RGB (Red+Green+Blue) = 221+33+68=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2144 is #22DEBB. Grayscale: #5D5D5D. Windows color (decimal): -2285244 or 4465117. OLE color: 4465117.
HSL color Cylindrical-coordinate representation of color #DD2144: hue angle of 348.83º 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 #DD2144 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 68 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.13 |
| HSL | 348.83º | 0.74% | 0.5% | - |
| HSV(B) | 348.83º | 0.85% | 0.87% | - |
| XYZ | 31.41 | 16.88 | 7.07 | - |
| YUV | 93.2 | 113.78 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 68 | 0 | 0.85 | 0.69 | 0.13 | 348.83 | 0.74 | 0.5 |
| Hex | DD | 21 | 44 | 0 | 55 | 45 | D | 15D | 4A | 32 |
| Octal | 335 | 41 | 104 | 0 | 125 | 105 | 15 | 535 | 112 | 62 |
| Binary | 11011101 | 100001 | 1000100 | 0 | 1010101 | 1000101 | 1101 | 101011101 | 1001010 | 110010 |
Color Harmonies of #DD2144
Complementary color
Monochromatic Colors of #DD2144
Black with #DD2144
Text Example
Text Example
White with #DD2144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2144; }
p { color: rgb(221,33,68); }
H1.HeaderClassName
{
color: #DD2144;
}
.AnyTagClassName
{
color: #DD2144;
}
</style>
background-color css
<style>
a { background-color: #DD2144; }
a { background-color: rgb(221,33,68); }
div.DivClassName
{
background-color: #DD2144;
}
.BgClassName
{
background-color: #DD2144;
}
</style>
border-color css
<style>
span { border-color: #DD2144; }
span { border-color: rgb(221,33,68); }
td.TdClassName
{
border-color: #DD2144;
}
.TagClassName
{
border-color: #DD2144;
}
</style>