Shades of Crimson #DD1933
Tints of Crimson #DD1933
RGB
CMYK
RGB Variations
Color information
#DD1933 (or 0xDD1933) is known color: Crimson. HEX triplet: DD, 19 and 33. RGB value is (221,25,51). Sum of RGB (Red+Green+Blue) = 221+25+51=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1933 is #22E6CC. Grayscale: #565656. Windows color (decimal): -2287309 or 3348957. OLE color: 3348957.
HSL color Cylindrical-coordinate representation of color #DD1933: hue angle of 352.04º 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 #DD1933 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 25 | 51 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.13 |
| HSL | 352.04º | 0.8% | 0.48% | - |
| HSV(B) | 352.04º | 0.89% | 0.87% | - |
| XYZ | 30.76 | 16.31 | 4.66 | - |
| YUV | 86.57 | 107.93 | 223.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 51 | 0 | 0.89 | 0.77 | 0.13 | 352.04 | 0.8 | 0.48 |
| Hex | DD | 19 | 33 | 0 | 59 | 4D | D | 160 | 50 | 30 |
| Octal | 335 | 31 | 63 | 0 | 131 | 115 | 15 | 540 | 120 | 60 |
| Binary | 11011101 | 11001 | 110011 | 0 | 1011001 | 1001101 | 1101 | 101100000 | 1010000 | 110000 |
Color Harmonies of #DD1933
Complementary color
Monochromatic Colors of #DD1933
Black with #DD1933
Text Example
Text Example
White with #DD1933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1933; }
p { color: rgb(221,25,51); }
H1.HeaderClassName
{
color: #DD1933;
}
.AnyTagClassName
{
color: #DD1933;
}
</style>
background-color css
<style>
a { background-color: #DD1933; }
a { background-color: rgb(221,25,51); }
div.DivClassName
{
background-color: #DD1933;
}
.BgClassName
{
background-color: #DD1933;
}
</style>
border-color css
<style>
span { border-color: #DD1933; }
span { border-color: rgb(221,25,51); }
td.TdClassName
{
border-color: #DD1933;
}
.TagClassName
{
border-color: #DD1933;
}
</style>