Shades of Crimson #DD0648
Tints of Crimson #DD0648
RGB
CMYK
RGB Variations
Color information
#DD0648 (or 0xDD0648) is known color: Crimson. HEX triplet: DD, 06 and 48. RGB value is (221,6,72). Sum of RGB (Red+Green+Blue) = 221+6+72=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0648 is #22F9B7. Grayscale: #4D4D4D. Windows color (decimal): -2292152 or 4720349. OLE color: 4720349.
HSL color Cylindrical-coordinate representation of color #DD0648: hue angle of 341.58º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD0648 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 72 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.13 |
| HSL | 341.58º | 0.95% | 0.45% | - |
| HSV(B) | 341.58º | 0.97% | 0.87% | - |
| XYZ | 31.05 | 15.97 | 7.58 | - |
| YUV | 77.81 | 124.73 | 230.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 72 | 0 | 0.97 | 0.67 | 0.13 | 341.58 | 0.95 | 0.45 |
| Hex | DD | 6 | 48 | 0 | 61 | 43 | D | 156 | 5F | 2D |
| Octal | 335 | 6 | 110 | 0 | 141 | 103 | 15 | 526 | 137 | 55 |
| Binary | 11011101 | 110 | 1001000 | 0 | 1100001 | 1000011 | 1101 | 101010110 | 1011111 | 101101 |
Color Harmonies of #DD0648
Complementary color
Monochromatic Colors of #DD0648
Black with #DD0648
Text Example
Text Example
White with #DD0648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0648; }
p { color: rgb(221,6,72); }
H1.HeaderClassName
{
color: #DD0648;
}
.AnyTagClassName
{
color: #DD0648;
}
</style>
background-color css
<style>
a { background-color: #DD0648; }
a { background-color: rgb(221,6,72); }
div.DivClassName
{
background-color: #DD0648;
}
.BgClassName
{
background-color: #DD0648;
}
</style>
border-color css
<style>
span { border-color: #DD0648; }
span { border-color: rgb(221,6,72); }
td.TdClassName
{
border-color: #DD0648;
}
.TagClassName
{
border-color: #DD0648;
}
</style>