Shades of Crimson #DD0847
Tints of Crimson #DD0847
RGB
CMYK
RGB Variations
Color information
#DD0847 (or 0xDD0847) is known color: Crimson. HEX triplet: DD, 08 and 47. RGB value is (221,8,71). Sum of RGB (Red+Green+Blue) = 221+8+71=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 71 (28.12% from 255 or 23.67% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0847 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0847 is #22F7B8. Grayscale: #4E4E4E. Windows color (decimal): -2291641 or 4655325. OLE color: 4655325.
HSL color Cylindrical-coordinate representation of color #DD0847: hue angle of 342.25º degrees, saturation: 0.93, 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 #DD0847 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 71 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.13 |
| HSL | 342.25º | 0.93% | 0.45% | - |
| HSV(B) | 342.25º | 0.96% | 0.87% | - |
| XYZ | 31.04 | 16 | 7.41 | - |
| YUV | 78.87 | 123.57 | 229.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 71 | 0 | 0.96 | 0.68 | 0.13 | 342.25 | 0.93 | 0.45 |
| Hex | DD | 8 | 47 | 0 | 60 | 44 | D | 156 | 5D | 2D |
| Octal | 335 | 10 | 107 | 0 | 140 | 104 | 15 | 526 | 135 | 55 |
| Binary | 11011101 | 1000 | 1000111 | 0 | 1100000 | 1000100 | 1101 | 101010110 | 1011101 | 101101 |
Color Harmonies of #DD0847
Complementary color
Monochromatic Colors of #DD0847
Black with #DD0847
Text Example
Text Example
White with #DD0847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0847; }
p { color: rgb(221,8,71); }
H1.HeaderClassName
{
color: #DD0847;
}
.AnyTagClassName
{
color: #DD0847;
}
</style>
background-color css
<style>
a { background-color: #DD0847; }
a { background-color: rgb(221,8,71); }
div.DivClassName
{
background-color: #DD0847;
}
.BgClassName
{
background-color: #DD0847;
}
</style>
border-color css
<style>
span { border-color: #DD0847; }
span { border-color: rgb(221,8,71); }
td.TdClassName
{
border-color: #DD0847;
}
.TagClassName
{
border-color: #DD0847;
}
</style>