Shades of Crimson #DD1736
Tints of Crimson #DD1736
RGB
CMYK
RGB Variations
Color information
#DD1736 (or 0xDD1736) is known color: Crimson. HEX triplet: DD, 17 and 36. RGB value is (221,23,54). Sum of RGB (Red+Green+Blue) = 221+23+54=298 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.16% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1736 is #22E8C9. Grayscale: #555555. Windows color (decimal): -2287818 or 3545053. OLE color: 3545053.
HSL color Cylindrical-coordinate representation of color #DD1736: hue angle of 350.61º 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 #DD1736 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 54 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.13 |
| HSL | 350.61º | 0.81% | 0.48% | - |
| HSV(B) | 350.61º | 0.9% | 0.87% | - |
| XYZ | 30.79 | 16.25 | 5 | - |
| YUV | 85.74 | 110.1 | 224.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 54 | 0 | 0.90 | 0.76 | 0.13 | 350.61 | 0.81 | 0.48 |
| Hex | DD | 17 | 36 | 0 | 5A | 4C | D | 15F | 51 | 30 |
| Octal | 335 | 27 | 66 | 0 | 132 | 114 | 15 | 537 | 121 | 60 |
| Binary | 11011101 | 10111 | 110110 | 0 | 1011010 | 1001100 | 1101 | 101011111 | 1010001 | 110000 |
Color Harmonies of #DD1736
Complementary color
Monochromatic Colors of #DD1736
Black with #DD1736
Text Example
Text Example
White with #DD1736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1736; }
p { color: rgb(221,23,54); }
H1.HeaderClassName
{
color: #DD1736;
}
.AnyTagClassName
{
color: #DD1736;
}
</style>
background-color css
<style>
a { background-color: #DD1736; }
a { background-color: rgb(221,23,54); }
div.DivClassName
{
background-color: #DD1736;
}
.BgClassName
{
background-color: #DD1736;
}
</style>
border-color css
<style>
span { border-color: #DD1736; }
span { border-color: rgb(221,23,54); }
td.TdClassName
{
border-color: #DD1736;
}
.TagClassName
{
border-color: #DD1736;
}
</style>