Shades of Crimson #DD1132
Tints of Crimson #DD1132
RGB
CMYK
RGB Variations
Color information
#DD1132 (or 0xDD1132) is known color: Crimson. HEX triplet: DD, 11 and 32. RGB value is (221,17,50). Sum of RGB (Red+Green+Blue) = 221+17+50=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1132 is #22EECD. Grayscale: #515151. Windows color (decimal): -2289358 or 3281373. OLE color: 3281373.
HSL color Cylindrical-coordinate representation of color #DD1132: hue angle of 350.29º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD1132 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 50 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.13 |
| HSL | 350.29º | 0.86% | 0.47% | - |
| HSV(B) | 350.29º | 0.92% | 0.87% | - |
| XYZ | 30.59 | 16 | 4.49 | - |
| YUV | 81.76 | 110.09 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 50 | 0 | 0.92 | 0.77 | 0.13 | 350.29 | 0.86 | 0.47 |
| Hex | DD | 11 | 32 | 0 | 5C | 4D | D | 15E | 56 | 2F |
| Octal | 335 | 21 | 62 | 0 | 134 | 115 | 15 | 536 | 126 | 57 |
| Binary | 11011101 | 10001 | 110010 | 0 | 1011100 | 1001101 | 1101 | 101011110 | 1010110 | 101111 |
Color Harmonies of #DD1132
Complementary color
Monochromatic Colors of #DD1132
Black with #DD1132
Text Example
Text Example
White with #DD1132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1132; }
p { color: rgb(221,17,50); }
H1.HeaderClassName
{
color: #DD1132;
}
.AnyTagClassName
{
color: #DD1132;
}
</style>
background-color css
<style>
a { background-color: #DD1132; }
a { background-color: rgb(221,17,50); }
div.DivClassName
{
background-color: #DD1132;
}
.BgClassName
{
background-color: #DD1132;
}
</style>
border-color css
<style>
span { border-color: #DD1132; }
span { border-color: rgb(221,17,50); }
td.TdClassName
{
border-color: #DD1132;
}
.TagClassName
{
border-color: #DD1132;
}
</style>