Shades of Crimson #DD1C44
Tints of Crimson #DD1C44
RGB
CMYK
RGB Variations
Color information
#DD1C44 (or 0xDD1C44) is known color: Crimson. HEX triplet: DD, 1C and 44. RGB value is (221,28,68). Sum of RGB (Red+Green+Blue) = 221+28+68=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1C44 is #22E3BB. Grayscale: #5A5A5A. Windows color (decimal): -2286524 or 4463837. OLE color: 4463837.
HSL color Cylindrical-coordinate representation of color #DD1C44: hue angle of 347.56º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1C44 is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 28 | 68 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.13 |
| HSL | 347.56º | 0.78% | 0.49% | - |
| HSV(B) | 347.56º | 0.87% | 0.87% | - |
| XYZ | 31.28 | 16.62 | 7.03 | - |
| YUV | 90.27 | 115.44 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 68 | 0 | 0.87 | 0.69 | 0.13 | 347.56 | 0.78 | 0.49 |
| Hex | DD | 1C | 44 | 0 | 57 | 45 | D | 15C | 4E | 31 |
| Octal | 335 | 34 | 104 | 0 | 127 | 105 | 15 | 534 | 116 | 61 |
| Binary | 11011101 | 11100 | 1000100 | 0 | 1010111 | 1000101 | 1101 | 101011100 | 1001110 | 110001 |
Color Harmonies of #DD1C44
Complementary color
Monochromatic Colors of #DD1C44
Black with #DD1C44
Text Example
Text Example
White with #DD1C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1C44; }
p { color: rgb(221,28,68); }
H1.HeaderClassName
{
color: #DD1C44;
}
.AnyTagClassName
{
color: #DD1C44;
}
</style>
background-color css
<style>
a { background-color: #DD1C44; }
a { background-color: rgb(221,28,68); }
div.DivClassName
{
background-color: #DD1C44;
}
.BgClassName
{
background-color: #DD1C44;
}
</style>
border-color css
<style>
span { border-color: #DD1C44; }
span { border-color: rgb(221,28,68); }
td.TdClassName
{
border-color: #DD1C44;
}
.TagClassName
{
border-color: #DD1C44;
}
</style>