Shades of Crimson #DD172E
Tints of Crimson #DD172E
RGB
CMYK
RGB Variations
Color information
#DD172E (or 0xDD172E) is known color: Crimson. HEX triplet: DD, 17 and 2E. RGB value is (221,23,46). Sum of RGB (Red+Green+Blue) = 221+23+46=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD172E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD172E is #22E8D1. Grayscale: #545454. Windows color (decimal): -2287826 or 3020765. OLE color: 3020765.
HSL color Cylindrical-coordinate representation of color #DD172E: hue angle of 353.03º 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 #DD172E is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 46 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.13 |
| HSL | 353.03º | 0.81% | 0.48% | - |
| HSV(B) | 353.03º | 0.9% | 0.87% | - |
| XYZ | 30.62 | 16.18 | 4.09 | - |
| YUV | 84.82 | 106.1 | 225.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 46 | 0 | 0.90 | 0.79 | 0.13 | 353.03 | 0.81 | 0.48 |
| Hex | DD | 17 | 2E | 0 | 5A | 4F | D | 161 | 51 | 30 |
| Octal | 335 | 27 | 56 | 0 | 132 | 117 | 15 | 541 | 121 | 60 |
| Binary | 11011101 | 10111 | 101110 | 0 | 1011010 | 1001111 | 1101 | 101100001 | 1010001 | 110000 |
Color Harmonies of #DD172E
Complementary color
Monochromatic Colors of #DD172E
Black with #DD172E
Text Example
Text Example
White with #DD172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD172E; }
p { color: rgb(221,23,46); }
H1.HeaderClassName
{
color: #DD172E;
}
.AnyTagClassName
{
color: #DD172E;
}
</style>
background-color css
<style>
a { background-color: #DD172E; }
a { background-color: rgb(221,23,46); }
div.DivClassName
{
background-color: #DD172E;
}
.BgClassName
{
background-color: #DD172E;
}
</style>
border-color css
<style>
span { border-color: #DD172E; }
span { border-color: rgb(221,23,46); }
td.TdClassName
{
border-color: #DD172E;
}
.TagClassName
{
border-color: #DD172E;
}
</style>