Shades of Crimson #DD172D
Tints of Crimson #DD172D
RGB
CMYK
RGB Variations
Color information
#DD172D (or 0xDD172D) is known color: Crimson. HEX triplet: DD, 17 and 2D. RGB value is (221,23,45). Sum of RGB (Red+Green+Blue) = 221+23+45=289 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.47% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 221 - color contains mainly: red. Hex color #DD172D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD172D is #22E8D2. Grayscale: #545454. Windows color (decimal): -2287827 or 2955229. OLE color: 2955229.
HSL color Cylindrical-coordinate representation of color #DD172D: hue angle of 353.33º 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 #DD172D is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 45 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.13 |
| HSL | 353.33º | 0.81% | 0.48% | - |
| HSV(B) | 353.33º | 0.9% | 0.87% | - |
| XYZ | 30.6 | 16.17 | 3.99 | - |
| YUV | 84.71 | 105.6 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 45 | 0 | 0.90 | 0.80 | 0.13 | 353.33 | 0.81 | 0.48 |
| Hex | DD | 17 | 2D | 0 | 5A | 50 | D | 161 | 51 | 30 |
| Octal | 335 | 27 | 55 | 0 | 132 | 120 | 15 | 541 | 121 | 60 |
| Binary | 11011101 | 10111 | 101101 | 0 | 1011010 | 1010000 | 1101 | 101100001 | 1010001 | 110000 |
Color Harmonies of #DD172D
Complementary color
Monochromatic Colors of #DD172D
Black with #DD172D
Text Example
Text Example
White with #DD172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD172D; }
p { color: rgb(221,23,45); }
H1.HeaderClassName
{
color: #DD172D;
}
.AnyTagClassName
{
color: #DD172D;
}
</style>
background-color css
<style>
a { background-color: #DD172D; }
a { background-color: rgb(221,23,45); }
div.DivClassName
{
background-color: #DD172D;
}
.BgClassName
{
background-color: #DD172D;
}
</style>
border-color css
<style>
span { border-color: #DD172D; }
span { border-color: rgb(221,23,45); }
td.TdClassName
{
border-color: #DD172D;
}
.TagClassName
{
border-color: #DD172D;
}
</style>