Shades of Crimson #DD104C
Tints of Crimson #DD104C
RGB
CMYK
RGB Variations
Color information
#DD104C (or 0xDD104C) is known color: Crimson. HEX triplet: DD, 10 and 4C. RGB value is (221,16,76). Sum of RGB (Red+Green+Blue) = 221+16+76=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD104C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD104C is #22EFB3. Grayscale: #545454. Windows color (decimal): -2289588 or 4985053. OLE color: 4985053.
HSL color Cylindrical-coordinate representation of color #DD104C: hue angle of 342.44º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD104C is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 76 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.13 |
| HSL | 342.44º | 0.86% | 0.46% | - |
| HSV(B) | 342.44º | 0.93% | 0.87% | - |
| XYZ | 31.31 | 16.26 | 8.33 | - |
| YUV | 84.14 | 123.42 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 76 | 0 | 0.93 | 0.66 | 0.13 | 342.44 | 0.86 | 0.46 |
| Hex | DD | 10 | 4C | 0 | 5D | 42 | D | 156 | 56 | 2E |
| Octal | 335 | 20 | 114 | 0 | 135 | 102 | 15 | 526 | 126 | 56 |
| Binary | 11011101 | 10000 | 1001100 | 0 | 1011101 | 1000010 | 1101 | 101010110 | 1010110 | 101110 |
Color Harmonies of #DD104C
Complementary color
Monochromatic Colors of #DD104C
Black with #DD104C
Text Example
Text Example
White with #DD104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD104C; }
p { color: rgb(221,16,76); }
H1.HeaderClassName
{
color: #DD104C;
}
.AnyTagClassName
{
color: #DD104C;
}
</style>
background-color css
<style>
a { background-color: #DD104C; }
a { background-color: rgb(221,16,76); }
div.DivClassName
{
background-color: #DD104C;
}
.BgClassName
{
background-color: #DD104C;
}
</style>
border-color css
<style>
span { border-color: #DD104C; }
span { border-color: rgb(221,16,76); }
td.TdClassName
{
border-color: #DD104C;
}
.TagClassName
{
border-color: #DD104C;
}
</style>