Shades of Crimson #DD1B44
Tints of Crimson #DD1B44
RGB
CMYK
RGB Variations
Color information
#DD1B44 (or 0xDD1B44) is known color: Crimson. HEX triplet: DD, 1B and 44. RGB value is (221,27,68). Sum of RGB (Red+Green+Blue) = 221+27+68=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1B44 is #22E4BB. Grayscale: #595959. Windows color (decimal): -2286780 or 4463581. OLE color: 4463581.
HSL color Cylindrical-coordinate representation of color #DD1B44: hue angle of 347.32º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1B44 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 68 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.13 |
| HSL | 347.32º | 0.78% | 0.49% | - |
| HSV(B) | 347.32º | 0.88% | 0.87% | - |
| XYZ | 31.25 | 16.57 | 7.02 | - |
| YUV | 89.68 | 115.77 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 68 | 0 | 0.88 | 0.69 | 0.13 | 347.32 | 0.78 | 0.49 |
| Hex | DD | 1B | 44 | 0 | 58 | 45 | D | 15B | 4E | 31 |
| Octal | 335 | 33 | 104 | 0 | 130 | 105 | 15 | 533 | 116 | 61 |
| Binary | 11011101 | 11011 | 1000100 | 0 | 1011000 | 1000101 | 1101 | 101011011 | 1001110 | 110001 |
Color Harmonies of #DD1B44
Complementary color
Monochromatic Colors of #DD1B44
Black with #DD1B44
Text Example
Text Example
White with #DD1B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1B44; }
p { color: rgb(221,27,68); }
H1.HeaderClassName
{
color: #DD1B44;
}
.AnyTagClassName
{
color: #DD1B44;
}
</style>
background-color css
<style>
a { background-color: #DD1B44; }
a { background-color: rgb(221,27,68); }
div.DivClassName
{
background-color: #DD1B44;
}
.BgClassName
{
background-color: #DD1B44;
}
</style>
border-color css
<style>
span { border-color: #DD1B44; }
span { border-color: rgb(221,27,68); }
td.TdClassName
{
border-color: #DD1B44;
}
.TagClassName
{
border-color: #DD1B44;
}
</style>