Shades of Crimson #DD0D37
Tints of Crimson #DD0D37
RGB
CMYK
RGB Variations
Color information
#DD0D37 (or 0xDD0D37) is known color: Crimson. HEX triplet: DD, 0D and 37. RGB value is (221,13,55). Sum of RGB (Red+Green+Blue) = 221+13+55=289 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.47% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0D37 is #22F2C8. Grayscale: #505050. Windows color (decimal): -2290377 or 3608029. OLE color: 3608029.
HSL color Cylindrical-coordinate representation of color #DD0D37: hue angle of 347.88º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0D37 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 55 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.13 |
| HSL | 347.88º | 0.89% | 0.46% | - |
| HSV(B) | 347.88º | 0.94% | 0.87% | - |
| XYZ | 30.65 | 15.94 | 5.07 | - |
| YUV | 79.98 | 113.91 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 55 | 0 | 0.94 | 0.75 | 0.13 | 347.88 | 0.89 | 0.46 |
| Hex | DD | D | 37 | 0 | 5E | 4B | D | 15C | 59 | 2E |
| Octal | 335 | 15 | 67 | 0 | 136 | 113 | 15 | 534 | 131 | 56 |
| Binary | 11011101 | 1101 | 110111 | 0 | 1011110 | 1001011 | 1101 | 101011100 | 1011001 | 101110 |
Color Harmonies of #DD0D37
Complementary color
Monochromatic Colors of #DD0D37
Black with #DD0D37
Text Example
Text Example
White with #DD0D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0D37; }
p { color: rgb(221,13,55); }
H1.HeaderClassName
{
color: #DD0D37;
}
.AnyTagClassName
{
color: #DD0D37;
}
</style>
background-color css
<style>
a { background-color: #DD0D37; }
a { background-color: rgb(221,13,55); }
div.DivClassName
{
background-color: #DD0D37;
}
.BgClassName
{
background-color: #DD0D37;
}
</style>
border-color css
<style>
span { border-color: #DD0D37; }
span { border-color: rgb(221,13,55); }
td.TdClassName
{
border-color: #DD0D37;
}
.TagClassName
{
border-color: #DD0D37;
}
</style>