Shades of Crimson #DD043B
Tints of Crimson #DD043B
RGB
CMYK
RGB Variations
Color information
#DD043B (or 0xDD043B) is known color: Crimson. HEX triplet: DD, 04 and 3B. RGB value is (221,4,59). Sum of RGB (Red+Green+Blue) = 221+4+59=284 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.82% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 221 - color contains mainly: red. Hex color #DD043B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD043B is #22FBC4. Grayscale: #4B4B4B. Windows color (decimal): -2292677 or 3867869. OLE color: 3867869.
HSL color Cylindrical-coordinate representation of color #DD043B: hue angle of 344.79º 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 #DD043B is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 59 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.13 |
| HSL | 344.79º | 0.96% | 0.44% | - |
| HSV(B) | 344.79º | 0.98% | 0.87% | - |
| XYZ | 30.65 | 15.77 | 5.57 | - |
| YUV | 75.15 | 118.89 | 232.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 59 | 0 | 0.98 | 0.73 | 0.13 | 344.79 | 0.96 | 0.44 |
| Hex | DD | 4 | 3B | 0 | 62 | 49 | D | 159 | 60 | 2C |
| Octal | 335 | 4 | 73 | 0 | 142 | 111 | 15 | 531 | 140 | 54 |
| Binary | 11011101 | 100 | 111011 | 0 | 1100010 | 1001001 | 1101 | 101011001 | 1100000 | 101100 |
Color Harmonies of #DD043B
Complementary color
Monochromatic Colors of #DD043B
Black with #DD043B
Text Example
Text Example
White with #DD043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD043B; }
p { color: rgb(221,4,59); }
H1.HeaderClassName
{
color: #DD043B;
}
.AnyTagClassName
{
color: #DD043B;
}
</style>
background-color css
<style>
a { background-color: #DD043B; }
a { background-color: rgb(221,4,59); }
div.DivClassName
{
background-color: #DD043B;
}
.BgClassName
{
background-color: #DD043B;
}
</style>
border-color css
<style>
span { border-color: #DD043B; }
span { border-color: rgb(221,4,59); }
td.TdClassName
{
border-color: #DD043B;
}
.TagClassName
{
border-color: #DD043B;
}
</style>