Shades of Crimson #DD0129
Tints of Crimson #DD0129
RGB
CMYK
RGB Variations
Color information
#DD0129 (or 0xDD0129) is known color: Crimson. HEX triplet: DD, 01 and 29. RGB value is (221,1,41). Sum of RGB (Red+Green+Blue) = 221+1+41=263 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.03% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0129 is #22FED6. Grayscale: #474747. Windows color (decimal): -2293463 or 2687453. OLE color: 2687453.
HSL color Cylindrical-coordinate representation of color #DD0129: hue angle of 349.09º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0129 is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 41 | - |
| CMYK | 0 | 1.00 | 0.81 | 0.13 |
| HSL | 349.09º | 0.99% | 0.44% | - |
| HSV(B) | 349.09º | 1% | 0.87% | - |
| XYZ | 30.23 | 15.55 | 3.51 | - |
| YUV | 71.34 | 110.89 | 234.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 41 | 0 | 1.00 | 0.81 | 0.13 | 349.09 | 0.99 | 0.44 |
| Hex | DD | 1 | 29 | 0 | 64 | 51 | D | 15D | 63 | 2C |
| Octal | 335 | 1 | 51 | 0 | 144 | 121 | 15 | 535 | 143 | 54 |
| Binary | 11011101 | 1 | 101001 | 0 | 1100100 | 1010001 | 1101 | 101011101 | 1100011 | 101100 |
Color Harmonies of #DD0129
Complementary color
Monochromatic Colors of #DD0129
Black with #DD0129
Text Example
Text Example
White with #DD0129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0129; }
p { color: rgb(221,1,41); }
H1.HeaderClassName
{
color: #DD0129;
}
.AnyTagClassName
{
color: #DD0129;
}
</style>
background-color css
<style>
a { background-color: #DD0129; }
a { background-color: rgb(221,1,41); }
div.DivClassName
{
background-color: #DD0129;
}
.BgClassName
{
background-color: #DD0129;
}
</style>
border-color css
<style>
span { border-color: #DD0129; }
span { border-color: rgb(221,1,41); }
td.TdClassName
{
border-color: #DD0129;
}
.TagClassName
{
border-color: #DD0129;
}
</style>