Shades of Crimson #DD1642
Tints of Crimson #DD1642
RGB
CMYK
RGB Variations
Color information
#DD1642 (or 0xDD1642) is known color: Crimson. HEX triplet: DD, 16 and 42. RGB value is (221,22,66). Sum of RGB (Red+Green+Blue) = 221+22+66=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1642 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1642 is #22E9BD. Grayscale: #565656. Windows color (decimal): -2288062 or 4331229. OLE color: 4331229.
HSL color Cylindrical-coordinate representation of color #DD1642: hue angle of 346.73º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1642 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 66 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.13 |
| HSL | 346.73º | 0.82% | 0.48% | - |
| HSV(B) | 346.73º | 0.9% | 0.87% | - |
| XYZ | 31.09 | 16.34 | 6.67 | - |
| YUV | 86.52 | 116.43 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 66 | 0 | 0.90 | 0.70 | 0.13 | 346.73 | 0.82 | 0.48 |
| Hex | DD | 16 | 42 | 0 | 5A | 46 | D | 15B | 52 | 30 |
| Octal | 335 | 26 | 102 | 0 | 132 | 106 | 15 | 533 | 122 | 60 |
| Binary | 11011101 | 10110 | 1000010 | 0 | 1011010 | 1000110 | 1101 | 101011011 | 1010010 | 110000 |
Color Harmonies of #DD1642
Complementary color
Monochromatic Colors of #DD1642
Black with #DD1642
Text Example
Text Example
White with #DD1642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1642; }
p { color: rgb(221,22,66); }
H1.HeaderClassName
{
color: #DD1642;
}
.AnyTagClassName
{
color: #DD1642;
}
</style>
background-color css
<style>
a { background-color: #DD1642; }
a { background-color: rgb(221,22,66); }
div.DivClassName
{
background-color: #DD1642;
}
.BgClassName
{
background-color: #DD1642;
}
</style>
border-color css
<style>
span { border-color: #DD1642; }
span { border-color: rgb(221,22,66); }
td.TdClassName
{
border-color: #DD1642;
}
.TagClassName
{
border-color: #DD1642;
}
</style>