Shades of Crimson #DD1932
Tints of Crimson #DD1932
RGB
CMYK
RGB Variations
Color information
#DD1932 (or 0xDD1932) is known color: Crimson. HEX triplet: DD, 19 and 32. RGB value is (221,25,50). Sum of RGB (Red+Green+Blue) = 221+25+50=296 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.66% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1932 is #22E6CD. Grayscale: #565656. Windows color (decimal): -2287310 or 3283421. OLE color: 3283421.
HSL color Cylindrical-coordinate representation of color #DD1932: hue angle of 352.35º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD1932 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 25 | 50 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.13 |
| HSL | 352.35º | 0.8% | 0.48% | - |
| HSV(B) | 352.35º | 0.89% | 0.87% | - |
| XYZ | 30.74 | 16.3 | 4.54 | - |
| YUV | 86.45 | 107.43 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 50 | 0 | 0.89 | 0.77 | 0.13 | 352.35 | 0.8 | 0.48 |
| Hex | DD | 19 | 32 | 0 | 59 | 4D | D | 160 | 50 | 30 |
| Octal | 335 | 31 | 62 | 0 | 131 | 115 | 15 | 540 | 120 | 60 |
| Binary | 11011101 | 11001 | 110010 | 0 | 1011001 | 1001101 | 1101 | 101100000 | 1010000 | 110000 |
Color Harmonies of #DD1932
Complementary color
Monochromatic Colors of #DD1932
Black with #DD1932
Text Example
Text Example
White with #DD1932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1932; }
p { color: rgb(221,25,50); }
H1.HeaderClassName
{
color: #DD1932;
}
.AnyTagClassName
{
color: #DD1932;
}
</style>
background-color css
<style>
a { background-color: #DD1932; }
a { background-color: rgb(221,25,50); }
div.DivClassName
{
background-color: #DD1932;
}
.BgClassName
{
background-color: #DD1932;
}
</style>
border-color css
<style>
span { border-color: #DD1932; }
span { border-color: rgb(221,25,50); }
td.TdClassName
{
border-color: #DD1932;
}
.TagClassName
{
border-color: #DD1932;
}
</style>