Shades of Crimson #DD114C
Tints of Crimson #DD114C
RGB
CMYK
RGB Variations
Color information
#DD114C (or 0xDD114C) is known color: Crimson. HEX triplet: DD, 11 and 4C. RGB value is (221,17,76). Sum of RGB (Red+Green+Blue) = 221+17+76=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD114C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD114C is #22EEB3. Grayscale: #545454. Windows color (decimal): -2289332 or 4985309. OLE color: 4985309.
HSL color Cylindrical-coordinate representation of color #DD114C: hue angle of 342.65º 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 #DD114C is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 76 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.13 |
| HSL | 342.65º | 0.86% | 0.47% | - |
| HSV(B) | 342.65º | 0.92% | 0.87% | - |
| XYZ | 31.32 | 16.29 | 8.33 | - |
| YUV | 84.72 | 123.09 | 225.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 76 | 0 | 0.92 | 0.66 | 0.13 | 342.65 | 0.86 | 0.47 |
| Hex | DD | 11 | 4C | 0 | 5C | 42 | D | 157 | 56 | 2F |
| Octal | 335 | 21 | 114 | 0 | 134 | 102 | 15 | 527 | 126 | 57 |
| Binary | 11011101 | 10001 | 1001100 | 0 | 1011100 | 1000010 | 1101 | 101010111 | 1010110 | 101111 |
Color Harmonies of #DD114C
Complementary color
Monochromatic Colors of #DD114C
Black with #DD114C
Text Example
Text Example
White with #DD114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD114C; }
p { color: rgb(221,17,76); }
H1.HeaderClassName
{
color: #DD114C;
}
.AnyTagClassName
{
color: #DD114C;
}
</style>
background-color css
<style>
a { background-color: #DD114C; }
a { background-color: rgb(221,17,76); }
div.DivClassName
{
background-color: #DD114C;
}
.BgClassName
{
background-color: #DD114C;
}
</style>
border-color css
<style>
span { border-color: #DD114C; }
span { border-color: rgb(221,17,76); }
td.TdClassName
{
border-color: #DD114C;
}
.TagClassName
{
border-color: #DD114C;
}
</style>