Shades of Crimson #DD043D
Tints of Crimson #DD043D
RGB
CMYK
RGB Variations
Color information
#DD043D (or 0xDD043D) is known color: Crimson. HEX triplet: DD, 04 and 3D. RGB value is (221,4,61). Sum of RGB (Red+Green+Blue) = 221+4+61=286 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.27% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 221 - color contains mainly: red. Hex color #DD043D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD043D is #22FBC2. Grayscale: #4B4B4B. Windows color (decimal): -2292675 or 3998941. OLE color: 3998941.
HSL color Cylindrical-coordinate representation of color #DD043D: hue angle of 344.24º 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 #DD043D is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 61 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.13 |
| HSL | 344.24º | 0.96% | 0.44% | - |
| HSV(B) | 344.24º | 0.98% | 0.87% | - |
| XYZ | 30.7 | 15.8 | 5.85 | - |
| YUV | 75.38 | 119.89 | 231.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 61 | 0 | 0.98 | 0.72 | 0.13 | 344.24 | 0.96 | 0.44 |
| Hex | DD | 4 | 3D | 0 | 62 | 48 | D | 158 | 60 | 2C |
| Octal | 335 | 4 | 75 | 0 | 142 | 110 | 15 | 530 | 140 | 54 |
| Binary | 11011101 | 100 | 111101 | 0 | 1100010 | 1001000 | 1101 | 101011000 | 1100000 | 101100 |
Color Harmonies of #DD043D
Complementary color
Monochromatic Colors of #DD043D
Black with #DD043D
Text Example
Text Example
White with #DD043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD043D; }
p { color: rgb(221,4,61); }
H1.HeaderClassName
{
color: #DD043D;
}
.AnyTagClassName
{
color: #DD043D;
}
</style>
background-color css
<style>
a { background-color: #DD043D; }
a { background-color: rgb(221,4,61); }
div.DivClassName
{
background-color: #DD043D;
}
.BgClassName
{
background-color: #DD043D;
}
</style>
border-color css
<style>
span { border-color: #DD043D; }
span { border-color: rgb(221,4,61); }
td.TdClassName
{
border-color: #DD043D;
}
.TagClassName
{
border-color: #DD043D;
}
</style>