Shades of Crimson #DD0948
Tints of Crimson #DD0948
RGB
CMYK
RGB Variations
Color information
#DD0948 (or 0xDD0948) is known color: Crimson. HEX triplet: DD, 09 and 48. RGB value is (221,9,72). Sum of RGB (Red+Green+Blue) = 221+9+72=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0948 is #22F6B7. Grayscale: #4F4F4F. Windows color (decimal): -2291384 or 4721117. OLE color: 4721117.
HSL color Cylindrical-coordinate representation of color #DD0948: hue angle of 342.17º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD0948 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 72 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.13 |
| HSL | 342.17º | 0.92% | 0.45% | - |
| HSV(B) | 342.17º | 0.96% | 0.87% | - |
| XYZ | 31.09 | 16.04 | 7.59 | - |
| YUV | 79.57 | 123.74 | 228.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 72 | 0 | 0.96 | 0.67 | 0.13 | 342.17 | 0.92 | 0.45 |
| Hex | DD | 9 | 48 | 0 | 60 | 43 | D | 156 | 5C | 2D |
| Octal | 335 | 11 | 110 | 0 | 140 | 103 | 15 | 526 | 134 | 55 |
| Binary | 11011101 | 1001 | 1001000 | 0 | 1100000 | 1000011 | 1101 | 101010110 | 1011100 | 101101 |
Color Harmonies of #DD0948
Complementary color
Monochromatic Colors of #DD0948
Black with #DD0948
Text Example
Text Example
White with #DD0948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0948; }
p { color: rgb(221,9,72); }
H1.HeaderClassName
{
color: #DD0948;
}
.AnyTagClassName
{
color: #DD0948;
}
</style>
background-color css
<style>
a { background-color: #DD0948; }
a { background-color: rgb(221,9,72); }
div.DivClassName
{
background-color: #DD0948;
}
.BgClassName
{
background-color: #DD0948;
}
</style>
border-color css
<style>
span { border-color: #DD0948; }
span { border-color: rgb(221,9,72); }
td.TdClassName
{
border-color: #DD0948;
}
.TagClassName
{
border-color: #DD0948;
}
</style>