Shades of Crimson #DD1146
Tints of Crimson #DD1146
RGB
CMYK
RGB Variations
Color information
#DD1146 (or 0xDD1146) is known color: Crimson. HEX triplet: DD, 11 and 46. RGB value is (221,17,70). Sum of RGB (Red+Green+Blue) = 221+17+70=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1146 is #22EEB9. Grayscale: #545454. Windows color (decimal): -2289338 or 4592093. OLE color: 4592093.
HSL color Cylindrical-coordinate representation of color #DD1146: hue angle of 344.41º 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 #DD1146 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 70 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.13 |
| HSL | 344.41º | 0.86% | 0.47% | - |
| HSV(B) | 344.41º | 0.92% | 0.87% | - |
| XYZ | 31.12 | 16.22 | 7.28 | - |
| YUV | 84.04 | 120.09 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 70 | 0 | 0.92 | 0.68 | 0.13 | 344.41 | 0.86 | 0.47 |
| Hex | DD | 11 | 46 | 0 | 5C | 44 | D | 158 | 56 | 2F |
| Octal | 335 | 21 | 106 | 0 | 134 | 104 | 15 | 530 | 126 | 57 |
| Binary | 11011101 | 10001 | 1000110 | 0 | 1011100 | 1000100 | 1101 | 101011000 | 1010110 | 101111 |
Color Harmonies of #DD1146
Complementary color
Monochromatic Colors of #DD1146
Black with #DD1146
Text Example
Text Example
White with #DD1146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1146; }
p { color: rgb(221,17,70); }
H1.HeaderClassName
{
color: #DD1146;
}
.AnyTagClassName
{
color: #DD1146;
}
</style>
background-color css
<style>
a { background-color: #DD1146; }
a { background-color: rgb(221,17,70); }
div.DivClassName
{
background-color: #DD1146;
}
.BgClassName
{
background-color: #DD1146;
}
</style>
border-color css
<style>
span { border-color: #DD1146; }
span { border-color: rgb(221,17,70); }
td.TdClassName
{
border-color: #DD1146;
}
.TagClassName
{
border-color: #DD1146;
}
</style>