Shades of Crimson #DD0D39
Tints of Crimson #DD0D39
RGB
CMYK
RGB Variations
Color information
#DD0D39 (or 0xDD0D39) is known color: Crimson. HEX triplet: DD, 0D and 39. RGB value is (221,13,57). Sum of RGB (Red+Green+Blue) = 221+13+57=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 13 (5.47% from 255 or 4.47% from 291); Blue value is 57 (22.66% from 255 or 19.59% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0D39 is #22F2C6. Grayscale: #505050. Windows color (decimal): -2290375 or 3739101. OLE color: 3739101.
HSL color Cylindrical-coordinate representation of color #DD0D39: hue angle of 347.31º 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 #DD0D39 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 57 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.13 |
| HSL | 347.31º | 0.89% | 0.46% | - |
| HSV(B) | 347.31º | 0.94% | 0.87% | - |
| XYZ | 30.7 | 15.96 | 5.33 | - |
| YUV | 80.21 | 114.91 | 228.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 57 | 0 | 0.94 | 0.74 | 0.13 | 347.31 | 0.89 | 0.46 |
| Hex | DD | D | 39 | 0 | 5E | 4A | D | 15B | 59 | 2E |
| Octal | 335 | 15 | 71 | 0 | 136 | 112 | 15 | 533 | 131 | 56 |
| Binary | 11011101 | 1101 | 111001 | 0 | 1011110 | 1001010 | 1101 | 101011011 | 1011001 | 101110 |
Color Harmonies of #DD0D39
Complementary color
Monochromatic Colors of #DD0D39
Black with #DD0D39
Text Example
Text Example
White with #DD0D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0D39; }
p { color: rgb(221,13,57); }
H1.HeaderClassName
{
color: #DD0D39;
}
.AnyTagClassName
{
color: #DD0D39;
}
</style>
background-color css
<style>
a { background-color: #DD0D39; }
a { background-color: rgb(221,13,57); }
div.DivClassName
{
background-color: #DD0D39;
}
.BgClassName
{
background-color: #DD0D39;
}
</style>
border-color css
<style>
span { border-color: #DD0D39; }
span { border-color: rgb(221,13,57); }
td.TdClassName
{
border-color: #DD0D39;
}
.TagClassName
{
border-color: #DD0D39;
}
</style>