Shades of Crimson #DD1734
Tints of Crimson #DD1734
RGB
CMYK
RGB Variations
Color information
#DD1734 (or 0xDD1734) is known color: Crimson. HEX triplet: DD, 17 and 34. RGB value is (221,23,52). Sum of RGB (Red+Green+Blue) = 221+23+52=296 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.66% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1734 is #22E8CB. Grayscale: #555555. Windows color (decimal): -2287820 or 3413981. OLE color: 3413981.
HSL color Cylindrical-coordinate representation of color #DD1734: hue angle of 351.21º 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 #DD1734 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 52 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.13 |
| HSL | 351.21º | 0.81% | 0.48% | - |
| HSV(B) | 351.21º | 0.9% | 0.87% | - |
| XYZ | 30.75 | 16.23 | 4.76 | - |
| YUV | 85.51 | 109.1 | 224.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 52 | 0 | 0.90 | 0.76 | 0.13 | 351.21 | 0.81 | 0.48 |
| Hex | DD | 17 | 34 | 0 | 5A | 4C | D | 15F | 51 | 30 |
| Octal | 335 | 27 | 64 | 0 | 132 | 114 | 15 | 537 | 121 | 60 |
| Binary | 11011101 | 10111 | 110100 | 0 | 1011010 | 1001100 | 1101 | 101011111 | 1010001 | 110000 |
Color Harmonies of #DD1734
Complementary color
Monochromatic Colors of #DD1734
Black with #DD1734
Text Example
Text Example
White with #DD1734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1734; }
p { color: rgb(221,23,52); }
H1.HeaderClassName
{
color: #DD1734;
}
.AnyTagClassName
{
color: #DD1734;
}
</style>
background-color css
<style>
a { background-color: #DD1734; }
a { background-color: rgb(221,23,52); }
div.DivClassName
{
background-color: #DD1734;
}
.BgClassName
{
background-color: #DD1734;
}
</style>
border-color css
<style>
span { border-color: #DD1734; }
span { border-color: rgb(221,23,52); }
td.TdClassName
{
border-color: #DD1734;
}
.TagClassName
{
border-color: #DD1734;
}
</style>