Shades of Crimson #DD184C
Tints of Crimson #DD184C
RGB
CMYK
RGB Variations
Color information
#DD184C (or 0xDD184C) is known color: Crimson. HEX triplet: DD, 18 and 4C. RGB value is (221,24,76). Sum of RGB (Red+Green+Blue) = 221+24+76=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD184C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD184C is #22E7B3. Grayscale: #585858. Windows color (decimal): -2287540 or 4987101. OLE color: 4987101.
HSL color Cylindrical-coordinate representation of color #DD184C: hue angle of 344.16º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD184C is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 24 | 76 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.13 |
| HSL | 344.16º | 0.8% | 0.48% | - |
| HSV(B) | 344.16º | 0.89% | 0.87% | - |
| XYZ | 31.45 | 16.55 | 8.37 | - |
| YUV | 88.83 | 120.77 | 222.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 24 | 76 | 0 | 0.89 | 0.66 | 0.13 | 344.16 | 0.8 | 0.48 |
| Hex | DD | 18 | 4C | 0 | 59 | 42 | D | 158 | 50 | 30 |
| Octal | 335 | 30 | 114 | 0 | 131 | 102 | 15 | 530 | 120 | 60 |
| Binary | 11011101 | 11000 | 1001100 | 0 | 1011001 | 1000010 | 1101 | 101011000 | 1010000 | 110000 |
Color Harmonies of #DD184C
Complementary color
Monochromatic Colors of #DD184C
Black with #DD184C
Text Example
Text Example
White with #DD184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD184C; }
p { color: rgb(221,24,76); }
H1.HeaderClassName
{
color: #DD184C;
}
.AnyTagClassName
{
color: #DD184C;
}
</style>
background-color css
<style>
a { background-color: #DD184C; }
a { background-color: rgb(221,24,76); }
div.DivClassName
{
background-color: #DD184C;
}
.BgClassName
{
background-color: #DD184C;
}
</style>
border-color css
<style>
span { border-color: #DD184C; }
span { border-color: rgb(221,24,76); }
td.TdClassName
{
border-color: #DD184C;
}
.TagClassName
{
border-color: #DD184C;
}
</style>