Shades of Crimson #DD0829
Tints of Crimson #DD0829
RGB
CMYK
RGB Variations
Color information
#DD0829 (or 0xDD0829) is known color: Crimson. HEX triplet: DD, 08 and 29. RGB value is (221,8,41). Sum of RGB (Red+Green+Blue) = 221+8+41=270 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.85% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0829 is #22F7D6. Grayscale: #4B4B4B. Windows color (decimal): -2291671 or 2689245. OLE color: 2689245.
HSL color Cylindrical-coordinate representation of color #DD0829: hue angle of 350.7º 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 #DD0829 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 41 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.13 |
| HSL | 350.7º | 0.93% | 0.45% | - |
| HSV(B) | 350.7º | 0.96% | 0.87% | - |
| XYZ | 30.31 | 15.71 | 3.53 | - |
| YUV | 75.45 | 108.57 | 231.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 41 | 0 | 0.96 | 0.81 | 0.13 | 350.7 | 0.93 | 0.45 |
| Hex | DD | 8 | 29 | 0 | 60 | 51 | D | 15F | 5D | 2D |
| Octal | 335 | 10 | 51 | 0 | 140 | 121 | 15 | 537 | 135 | 55 |
| Binary | 11011101 | 1000 | 101001 | 0 | 1100000 | 1010001 | 1101 | 101011111 | 1011101 | 101101 |
Color Harmonies of #DD0829
Complementary color
Monochromatic Colors of #DD0829
Black with #DD0829
Text Example
Text Example
White with #DD0829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0829; }
p { color: rgb(221,8,41); }
H1.HeaderClassName
{
color: #DD0829;
}
.AnyTagClassName
{
color: #DD0829;
}
</style>
background-color css
<style>
a { background-color: #DD0829; }
a { background-color: rgb(221,8,41); }
div.DivClassName
{
background-color: #DD0829;
}
.BgClassName
{
background-color: #DD0829;
}
</style>
border-color css
<style>
span { border-color: #DD0829; }
span { border-color: rgb(221,8,41); }
td.TdClassName
{
border-color: #DD0829;
}
.TagClassName
{
border-color: #DD0829;
}
</style>