Shades of Crimson #DD043A
Tints of Crimson #DD043A
RGB
CMYK
RGB Variations
Color information
#DD043A (or 0xDD043A) is known color: Crimson. HEX triplet: DD, 04 and 3A. RGB value is (221,4,58). Sum of RGB (Red+Green+Blue) = 221+4+58=283 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.09% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 221 - color contains mainly: red. Hex color #DD043A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD043A is #22FBC5. Grayscale: #4B4B4B. Windows color (decimal): -2292678 or 3802333. OLE color: 3802333.
HSL color Cylindrical-coordinate representation of color #DD043A: hue angle of 345.07º 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 #DD043A is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 58 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.13 |
| HSL | 345.07º | 0.96% | 0.44% | - |
| HSV(B) | 345.07º | 0.98% | 0.87% | - |
| XYZ | 30.63 | 15.76 | 5.43 | - |
| YUV | 75.04 | 118.39 | 232.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 58 | 0 | 0.98 | 0.74 | 0.13 | 345.07 | 0.96 | 0.44 |
| Hex | DD | 4 | 3A | 0 | 62 | 4A | D | 159 | 60 | 2C |
| Octal | 335 | 4 | 72 | 0 | 142 | 112 | 15 | 531 | 140 | 54 |
| Binary | 11011101 | 100 | 111010 | 0 | 1100010 | 1001010 | 1101 | 101011001 | 1100000 | 101100 |
Color Harmonies of #DD043A
Complementary color
Monochromatic Colors of #DD043A
Black with #DD043A
Text Example
Text Example
White with #DD043A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD043A; }
p { color: rgb(221,4,58); }
H1.HeaderClassName
{
color: #DD043A;
}
.AnyTagClassName
{
color: #DD043A;
}
</style>
background-color css
<style>
a { background-color: #DD043A; }
a { background-color: rgb(221,4,58); }
div.DivClassName
{
background-color: #DD043A;
}
.BgClassName
{
background-color: #DD043A;
}
</style>
border-color css
<style>
span { border-color: #DD043A; }
span { border-color: rgb(221,4,58); }
td.TdClassName
{
border-color: #DD043A;
}
.TagClassName
{
border-color: #DD043A;
}
</style>