Shades of Crimson #DD0439
Tints of Crimson #DD0439
RGB
CMYK
RGB Variations
Color information
#DD0439 (or 0xDD0439) is known color: Crimson. HEX triplet: DD, 04 and 39. RGB value is (221,4,57). Sum of RGB (Red+Green+Blue) = 221+4+57=282 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.37% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0439 is #22FBC6. Grayscale: #4A4A4A. Windows color (decimal): -2292679 or 3736797. OLE color: 3736797.
HSL color Cylindrical-coordinate representation of color #DD0439: hue angle of 345.35º 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 #DD0439 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 57 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.13 |
| HSL | 345.35º | 0.96% | 0.44% | - |
| HSV(B) | 345.35º | 0.98% | 0.87% | - |
| XYZ | 30.6 | 15.75 | 5.3 | - |
| YUV | 74.93 | 117.89 | 232.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 57 | 0 | 0.98 | 0.74 | 0.13 | 345.35 | 0.96 | 0.44 |
| Hex | DD | 4 | 39 | 0 | 62 | 4A | D | 159 | 60 | 2C |
| Octal | 335 | 4 | 71 | 0 | 142 | 112 | 15 | 531 | 140 | 54 |
| Binary | 11011101 | 100 | 111001 | 0 | 1100010 | 1001010 | 1101 | 101011001 | 1100000 | 101100 |
Color Harmonies of #DD0439
Complementary color
Monochromatic Colors of #DD0439
Black with #DD0439
Text Example
Text Example
White with #DD0439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0439; }
p { color: rgb(221,4,57); }
H1.HeaderClassName
{
color: #DD0439;
}
.AnyTagClassName
{
color: #DD0439;
}
</style>
background-color css
<style>
a { background-color: #DD0439; }
a { background-color: rgb(221,4,57); }
div.DivClassName
{
background-color: #DD0439;
}
.BgClassName
{
background-color: #DD0439;
}
</style>
border-color css
<style>
span { border-color: #DD0439; }
span { border-color: rgb(221,4,57); }
td.TdClassName
{
border-color: #DD0439;
}
.TagClassName
{
border-color: #DD0439;
}
</style>