Shades of Crimson #DD1142
Tints of Crimson #DD1142
RGB
CMYK
RGB Variations
Color information
#DD1142 (or 0xDD1142) is known color: Crimson. HEX triplet: DD, 11 and 42. RGB value is (221,17,66). Sum of RGB (Red+Green+Blue) = 221+17+66=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1142 is #22EEBD. Grayscale: #535353. Windows color (decimal): -2289342 or 4329949. OLE color: 4329949.
HSL color Cylindrical-coordinate representation of color #DD1142: hue angle of 345.59º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD1142 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 66 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.13 |
| HSL | 345.59º | 0.86% | 0.47% | - |
| HSV(B) | 345.59º | 0.92% | 0.87% | - |
| XYZ | 31 | 16.17 | 6.64 | - |
| YUV | 83.58 | 118.09 | 226.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 66 | 0 | 0.92 | 0.70 | 0.13 | 345.59 | 0.86 | 0.47 |
| Hex | DD | 11 | 42 | 0 | 5C | 46 | D | 15A | 56 | 2F |
| Octal | 335 | 21 | 102 | 0 | 134 | 106 | 15 | 532 | 126 | 57 |
| Binary | 11011101 | 10001 | 1000010 | 0 | 1011100 | 1000110 | 1101 | 101011010 | 1010110 | 101111 |
Color Harmonies of #DD1142
Complementary color
Monochromatic Colors of #DD1142
Black with #DD1142
Text Example
Text Example
White with #DD1142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1142; }
p { color: rgb(221,17,66); }
H1.HeaderClassName
{
color: #DD1142;
}
.AnyTagClassName
{
color: #DD1142;
}
</style>
background-color css
<style>
a { background-color: #DD1142; }
a { background-color: rgb(221,17,66); }
div.DivClassName
{
background-color: #DD1142;
}
.BgClassName
{
background-color: #DD1142;
}
</style>
border-color css
<style>
span { border-color: #DD1142; }
span { border-color: rgb(221,17,66); }
td.TdClassName
{
border-color: #DD1142;
}
.TagClassName
{
border-color: #DD1142;
}
</style>