Shades of Crimson #DD1C37
Tints of Crimson #DD1C37
RGB
CMYK
RGB Variations
Color information
#DD1C37 (or 0xDD1C37) is known color: Crimson. HEX triplet: DD, 1C and 37. RGB value is (221,28,55). Sum of RGB (Red+Green+Blue) = 221+28+55=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 55 (21.88% from 255 or 18.09% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1C37 is #22E3C8. Grayscale: #585858. Windows color (decimal): -2286537 or 3611869. OLE color: 3611869.
HSL color Cylindrical-coordinate representation of color #DD1C37: hue angle of 351.61º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1C37 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 28 | 55 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.13 |
| HSL | 351.61º | 0.78% | 0.49% | - |
| HSV(B) | 351.61º | 0.87% | 0.87% | - |
| XYZ | 30.92 | 16.48 | 5.17 | - |
| YUV | 88.79 | 108.94 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 55 | 0 | 0.87 | 0.75 | 0.13 | 351.61 | 0.78 | 0.49 |
| Hex | DD | 1C | 37 | 0 | 57 | 4B | D | 160 | 4E | 31 |
| Octal | 335 | 34 | 67 | 0 | 127 | 113 | 15 | 540 | 116 | 61 |
| Binary | 11011101 | 11100 | 110111 | 0 | 1010111 | 1001011 | 1101 | 101100000 | 1001110 | 110001 |
Color Harmonies of #DD1C37
Complementary color
Monochromatic Colors of #DD1C37
Black with #DD1C37
Text Example
Text Example
White with #DD1C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1C37; }
p { color: rgb(221,28,55); }
H1.HeaderClassName
{
color: #DD1C37;
}
.AnyTagClassName
{
color: #DD1C37;
}
</style>
background-color css
<style>
a { background-color: #DD1C37; }
a { background-color: rgb(221,28,55); }
div.DivClassName
{
background-color: #DD1C37;
}
.BgClassName
{
background-color: #DD1C37;
}
</style>
border-color css
<style>
span { border-color: #DD1C37; }
span { border-color: rgb(221,28,55); }
td.TdClassName
{
border-color: #DD1C37;
}
.TagClassName
{
border-color: #DD1C37;
}
</style>