Shades of Crimson #DD0D2F
Tints of Crimson #DD0D2F
RGB
CMYK
RGB Variations
Color information
#DD0D2F (or 0xDD0D2F) is known color: Crimson. HEX triplet: DD, 0D and 2F. RGB value is (221,13,47). Sum of RGB (Red+Green+Blue) = 221+13+47=281 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.65% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0D2F is #22F2D0. Grayscale: #4F4F4F. Windows color (decimal): -2290385 or 3083741. OLE color: 3083741.
HSL color Cylindrical-coordinate representation of color #DD0D2F: hue angle of 350.19º 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 #DD0D2F is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 47 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.13 |
| HSL | 350.19º | 0.89% | 0.46% | - |
| HSV(B) | 350.19º | 0.94% | 0.87% | - |
| XYZ | 30.48 | 15.87 | 4.15 | - |
| YUV | 79.07 | 109.91 | 229.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 47 | 0 | 0.94 | 0.79 | 0.13 | 350.19 | 0.89 | 0.46 |
| Hex | DD | D | 2F | 0 | 5E | 4F | D | 15E | 59 | 2E |
| Octal | 335 | 15 | 57 | 0 | 136 | 117 | 15 | 536 | 131 | 56 |
| Binary | 11011101 | 1101 | 101111 | 0 | 1011110 | 1001111 | 1101 | 101011110 | 1011001 | 101110 |
Color Harmonies of #DD0D2F
Complementary color
Monochromatic Colors of #DD0D2F
Black with #DD0D2F
Text Example
Text Example
White with #DD0D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0D2F; }
p { color: rgb(221,13,47); }
H1.HeaderClassName
{
color: #DD0D2F;
}
.AnyTagClassName
{
color: #DD0D2F;
}
</style>
background-color css
<style>
a { background-color: #DD0D2F; }
a { background-color: rgb(221,13,47); }
div.DivClassName
{
background-color: #DD0D2F;
}
.BgClassName
{
background-color: #DD0D2F;
}
</style>
border-color css
<style>
span { border-color: #DD0D2F; }
span { border-color: rgb(221,13,47); }
td.TdClassName
{
border-color: #DD0D2F;
}
.TagClassName
{
border-color: #DD0D2F;
}
</style>