Shades of Crimson #DD0429
Tints of Crimson #DD0429
RGB
CMYK
RGB Variations
Color information
#DD0429 (or 0xDD0429) is known color: Crimson. HEX triplet: DD, 04 and 29. RGB value is (221,4,41). Sum of RGB (Red+Green+Blue) = 221+4+41=266 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.08% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0429 is #22FBD6. Grayscale: #494949. Windows color (decimal): -2292695 or 2688221. OLE color: 2688221.
HSL color Cylindrical-coordinate representation of color #DD0429: hue angle of 349.77º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD0429 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 41 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.13 |
| HSL | 349.77º | 0.96% | 0.44% | - |
| HSV(B) | 349.77º | 0.98% | 0.87% | - |
| XYZ | 30.26 | 15.62 | 3.52 | - |
| YUV | 73.1 | 109.89 | 233.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 41 | 0 | 0.98 | 0.81 | 0.13 | 349.77 | 0.96 | 0.44 |
| Hex | DD | 4 | 29 | 0 | 62 | 51 | D | 15E | 60 | 2C |
| Octal | 335 | 4 | 51 | 0 | 142 | 121 | 15 | 536 | 140 | 54 |
| Binary | 11011101 | 100 | 101001 | 0 | 1100010 | 1010001 | 1101 | 101011110 | 1100000 | 101100 |
Color Harmonies of #DD0429
Complementary color
Monochromatic Colors of #DD0429
Black with #DD0429
Text Example
Text Example
White with #DD0429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0429; }
p { color: rgb(221,4,41); }
H1.HeaderClassName
{
color: #DD0429;
}
.AnyTagClassName
{
color: #DD0429;
}
</style>
background-color css
<style>
a { background-color: #DD0429; }
a { background-color: rgb(221,4,41); }
div.DivClassName
{
background-color: #DD0429;
}
.BgClassName
{
background-color: #DD0429;
}
</style>
border-color css
<style>
span { border-color: #DD0429; }
span { border-color: rgb(221,4,41); }
td.TdClassName
{
border-color: #DD0429;
}
.TagClassName
{
border-color: #DD0429;
}
</style>