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