Shades of Crimson #DD043E
Tints of Crimson #DD043E
RGB
CMYK
RGB Variations
Color information
#DD043E (or 0xDD043E) is known color: Crimson. HEX triplet: DD, 04 and 3E. RGB value is (221,4,62). Sum of RGB (Red+Green+Blue) = 221+4+62=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD043E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD043E is #22FBC1. Grayscale: #4B4B4B. Windows color (decimal): -2292674 or 4064477. OLE color: 4064477.
HSL color Cylindrical-coordinate representation of color #DD043E: hue angle of 343.96º 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 #DD043E is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 62 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.13 |
| HSL | 343.96º | 0.96% | 0.44% | - |
| HSV(B) | 343.96º | 0.98% | 0.87% | - |
| XYZ | 30.73 | 15.81 | 5.99 | - |
| YUV | 75.5 | 120.39 | 231.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 62 | 0 | 0.98 | 0.72 | 0.13 | 343.96 | 0.96 | 0.44 |
| Hex | DD | 4 | 3E | 0 | 62 | 48 | D | 158 | 60 | 2C |
| Octal | 335 | 4 | 76 | 0 | 142 | 110 | 15 | 530 | 140 | 54 |
| Binary | 11011101 | 100 | 111110 | 0 | 1100010 | 1001000 | 1101 | 101011000 | 1100000 | 101100 |
Color Harmonies of #DD043E
Complementary color
Monochromatic Colors of #DD043E
Black with #DD043E
Text Example
Text Example
White with #DD043E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD043E; }
p { color: rgb(221,4,62); }
H1.HeaderClassName
{
color: #DD043E;
}
.AnyTagClassName
{
color: #DD043E;
}
</style>
background-color css
<style>
a { background-color: #DD043E; }
a { background-color: rgb(221,4,62); }
div.DivClassName
{
background-color: #DD043E;
}
.BgClassName
{
background-color: #DD043E;
}
</style>
border-color css
<style>
span { border-color: #DD043E; }
span { border-color: rgb(221,4,62); }
td.TdClassName
{
border-color: #DD043E;
}
.TagClassName
{
border-color: #DD043E;
}
</style>