Shades of Crimson #DD174A
Tints of Crimson #DD174A
RGB
CMYK
RGB Variations
Color information
#DD174A (or 0xDD174A) is known color: Crimson. HEX triplet: DD, 17 and 4A. RGB value is (221,23,74). Sum of RGB (Red+Green+Blue) = 221+23+74=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD174A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD174A is #22E8B5. Grayscale: #585858. Windows color (decimal): -2287798 or 4855773. OLE color: 4855773.
HSL color Cylindrical-coordinate representation of color #DD174A: hue angle of 344.55º 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 #DD174A is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 74 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.13 |
| HSL | 344.55º | 0.81% | 0.48% | - |
| HSV(B) | 344.55º | 0.9% | 0.87% | - |
| XYZ | 31.36 | 16.48 | 8.01 | - |
| YUV | 88.02 | 120.1 | 222.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 74 | 0 | 0.90 | 0.67 | 0.13 | 344.55 | 0.81 | 0.48 |
| Hex | DD | 17 | 4A | 0 | 5A | 43 | D | 159 | 51 | 30 |
| Octal | 335 | 27 | 112 | 0 | 132 | 103 | 15 | 531 | 121 | 60 |
| Binary | 11011101 | 10111 | 1001010 | 0 | 1011010 | 1000011 | 1101 | 101011001 | 1010001 | 110000 |
Color Harmonies of #DD174A
Complementary color
Monochromatic Colors of #DD174A
Black with #DD174A
Text Example
Text Example
White with #DD174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD174A; }
p { color: rgb(221,23,74); }
H1.HeaderClassName
{
color: #DD174A;
}
.AnyTagClassName
{
color: #DD174A;
}
</style>
background-color css
<style>
a { background-color: #DD174A; }
a { background-color: rgb(221,23,74); }
div.DivClassName
{
background-color: #DD174A;
}
.BgClassName
{
background-color: #DD174A;
}
</style>
border-color css
<style>
span { border-color: #DD174A; }
span { border-color: rgb(221,23,74); }
td.TdClassName
{
border-color: #DD174A;
}
.TagClassName
{
border-color: #DD174A;
}
</style>