Shades of Crimson #DD043F
Tints of Crimson #DD043F
RGB
CMYK
RGB Variations
Color information
#DD043F (or 0xDD043F) is known color: Crimson. HEX triplet: DD, 04 and 3F. RGB value is (221,4,63). Sum of RGB (Red+Green+Blue) = 221+4+63=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD043F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD043F is #22FBC0. Grayscale: #4B4B4B. Windows color (decimal): -2292673 or 4130013. OLE color: 4130013.
HSL color Cylindrical-coordinate representation of color #DD043F: hue angle of 343.69º 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 #DD043F is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 63 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.13 |
| HSL | 343.69º | 0.96% | 0.44% | - |
| HSV(B) | 343.69º | 0.98% | 0.87% | - |
| XYZ | 30.76 | 15.82 | 6.13 | - |
| YUV | 75.61 | 120.89 | 231.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 63 | 0 | 0.98 | 0.71 | 0.13 | 343.69 | 0.96 | 0.44 |
| Hex | DD | 4 | 3F | 0 | 62 | 47 | D | 158 | 60 | 2C |
| Octal | 335 | 4 | 77 | 0 | 142 | 107 | 15 | 530 | 140 | 54 |
| Binary | 11011101 | 100 | 111111 | 0 | 1100010 | 1000111 | 1101 | 101011000 | 1100000 | 101100 |
Color Harmonies of #DD043F
Complementary color
Monochromatic Colors of #DD043F
Black with #DD043F
Text Example
Text Example
White with #DD043F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD043F; }
p { color: rgb(221,4,63); }
H1.HeaderClassName
{
color: #DD043F;
}
.AnyTagClassName
{
color: #DD043F;
}
</style>
background-color css
<style>
a { background-color: #DD043F; }
a { background-color: rgb(221,4,63); }
div.DivClassName
{
background-color: #DD043F;
}
.BgClassName
{
background-color: #DD043F;
}
</style>
border-color css
<style>
span { border-color: #DD043F; }
span { border-color: rgb(221,4,63); }
td.TdClassName
{
border-color: #DD043F;
}
.TagClassName
{
border-color: #DD043F;
}
</style>