Shades of Crimson #DD0D33
Tints of Crimson #DD0D33
RGB
CMYK
RGB Variations
Color information
#DD0D33 (or 0xDD0D33) is known color: Crimson. HEX triplet: DD, 0D and 33. RGB value is (221,13,51). Sum of RGB (Red+Green+Blue) = 221+13+51=285 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.54% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0D33 is #22F2CC. Grayscale: #4F4F4F. Windows color (decimal): -2290381 or 3345885. OLE color: 3345885.
HSL color Cylindrical-coordinate representation of color #DD0D33: hue angle of 349.04º 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 #DD0D33 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 51 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.13 |
| HSL | 349.04º | 0.89% | 0.46% | - |
| HSV(B) | 349.04º | 0.94% | 0.87% | - |
| XYZ | 30.56 | 15.9 | 4.59 | - |
| YUV | 79.52 | 111.91 | 228.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 51 | 0 | 0.94 | 0.77 | 0.13 | 349.04 | 0.89 | 0.46 |
| Hex | DD | D | 33 | 0 | 5E | 4D | D | 15D | 59 | 2E |
| Octal | 335 | 15 | 63 | 0 | 136 | 115 | 15 | 535 | 131 | 56 |
| Binary | 11011101 | 1101 | 110011 | 0 | 1011110 | 1001101 | 1101 | 101011101 | 1011001 | 101110 |
Color Harmonies of #DD0D33
Complementary color
Monochromatic Colors of #DD0D33
Black with #DD0D33
Text Example
Text Example
White with #DD0D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0D33; }
p { color: rgb(221,13,51); }
H1.HeaderClassName
{
color: #DD0D33;
}
.AnyTagClassName
{
color: #DD0D33;
}
</style>
background-color css
<style>
a { background-color: #DD0D33; }
a { background-color: rgb(221,13,51); }
div.DivClassName
{
background-color: #DD0D33;
}
.BgClassName
{
background-color: #DD0D33;
}
</style>
border-color css
<style>
span { border-color: #DD0D33; }
span { border-color: rgb(221,13,51); }
td.TdClassName
{
border-color: #DD0D33;
}
.TagClassName
{
border-color: #DD0D33;
}
</style>