Shades of Crimson #DD174C
Tints of Crimson #DD174C
RGB
CMYK
RGB Variations
Color information
#DD174C (or 0xDD174C) is known color: Crimson. HEX triplet: DD, 17 and 4C. RGB value is (221,23,76). Sum of RGB (Red+Green+Blue) = 221+23+76=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD174C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD174C is #22E8B3. Grayscale: #585858. Windows color (decimal): -2287796 or 4986845. OLE color: 4986845.
HSL color Cylindrical-coordinate representation of color #DD174C: hue angle of 343.94º degrees, saturation: 0.81, 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 #DD174C is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 76 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.13 |
| HSL | 343.94º | 0.81% | 0.48% | - |
| HSV(B) | 343.94º | 0.9% | 0.87% | - |
| XYZ | 31.43 | 16.51 | 8.37 | - |
| YUV | 88.24 | 121.1 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 76 | 0 | 0.90 | 0.66 | 0.13 | 343.94 | 0.81 | 0.48 |
| Hex | DD | 17 | 4C | 0 | 5A | 42 | D | 158 | 51 | 30 |
| Octal | 335 | 27 | 114 | 0 | 132 | 102 | 15 | 530 | 121 | 60 |
| Binary | 11011101 | 10111 | 1001100 | 0 | 1011010 | 1000010 | 1101 | 101011000 | 1010001 | 110000 |
Color Harmonies of #DD174C
Complementary color
Monochromatic Colors of #DD174C
Black with #DD174C
Text Example
Text Example
White with #DD174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD174C; }
p { color: rgb(221,23,76); }
H1.HeaderClassName
{
color: #DD174C;
}
.AnyTagClassName
{
color: #DD174C;
}
</style>
background-color css
<style>
a { background-color: #DD174C; }
a { background-color: rgb(221,23,76); }
div.DivClassName
{
background-color: #DD174C;
}
.BgClassName
{
background-color: #DD174C;
}
</style>
border-color css
<style>
span { border-color: #DD174C; }
span { border-color: rgb(221,23,76); }
td.TdClassName
{
border-color: #DD174C;
}
.TagClassName
{
border-color: #DD174C;
}
</style>