Shades of Crimson #DD1D45
Tints of Crimson #DD1D45
RGB
CMYK
RGB Variations
Color information
#DD1D45 (or 0xDD1D45) is known color: Crimson. HEX triplet: DD, 1D and 45. RGB value is (221,29,69). Sum of RGB (Red+Green+Blue) = 221+29+69=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1D45 is #22E2BA. Grayscale: #5B5B5B. Windows color (decimal): -2286267 or 4529629. OLE color: 4529629.
HSL color Cylindrical-coordinate representation of color #DD1D45: hue angle of 347.5º degrees, saturation: 0.77, 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 #DD1D45 is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 29 | 69 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.13 |
| HSL | 347.5º | 0.77% | 0.49% | - |
| HSV(B) | 347.5º | 0.87% | 0.87% | - |
| XYZ | 31.33 | 16.68 | 7.2 | - |
| YUV | 90.97 | 115.61 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 29 | 69 | 0 | 0.87 | 0.69 | 0.13 | 347.5 | 0.77 | 0.49 |
| Hex | DD | 1D | 45 | 0 | 57 | 45 | D | 15C | 4D | 31 |
| Octal | 335 | 35 | 105 | 0 | 127 | 105 | 15 | 534 | 115 | 61 |
| Binary | 11011101 | 11101 | 1000101 | 0 | 1010111 | 1000101 | 1101 | 101011100 | 1001101 | 110001 |
Color Harmonies of #DD1D45
Complementary color
Monochromatic Colors of #DD1D45
Black with #DD1D45
Text Example
Text Example
White with #DD1D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1D45; }
p { color: rgb(221,29,69); }
H1.HeaderClassName
{
color: #DD1D45;
}
.AnyTagClassName
{
color: #DD1D45;
}
</style>
background-color css
<style>
a { background-color: #DD1D45; }
a { background-color: rgb(221,29,69); }
div.DivClassName
{
background-color: #DD1D45;
}
.BgClassName
{
background-color: #DD1D45;
}
</style>
border-color css
<style>
span { border-color: #DD1D45; }
span { border-color: rgb(221,29,69); }
td.TdClassName
{
border-color: #DD1D45;
}
.TagClassName
{
border-color: #DD1D45;
}
</style>