Shades of Crimson #DC1049
Tints of Crimson #DC1049
RGB
CMYK
RGB Variations
Color information
#DC1049 (or 0xDC1049) is known color: Crimson. HEX triplet: DC, 10 and 49. RGB value is (220,16,73). Sum of RGB (Red+Green+Blue) = 220+16+73=309 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.20% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1049 is #23EFB6. Grayscale: #535353. Windows color (decimal): -2355127 or 4788444. OLE color: 4788444.
HSL color Cylindrical-coordinate representation of color #DC1049: hue angle of 343.24º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC1049 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 73 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.14 |
| HSL | 343.24º | 0.86% | 0.46% | - |
| HSV(B) | 343.24º | 0.93% | 0.86% | - |
| XYZ | 30.9 | 16.07 | 7.78 | - |
| YUV | 83.49 | 122.09 | 225.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 73 | 0 | 0.93 | 0.67 | 0.14 | 343.24 | 0.86 | 0.46 |
| Hex | DC | 10 | 49 | 0 | 5D | 43 | E | 157 | 56 | 2E |
| Octal | 334 | 20 | 111 | 0 | 135 | 103 | 16 | 527 | 126 | 56 |
| Binary | 11011100 | 10000 | 1001001 | 0 | 1011101 | 1000011 | 1110 | 101010111 | 1010110 | 101110 |
Color Harmonies of #DC1049
Complementary color
Monochromatic Colors of #DC1049
Black with #DC1049
Text Example
Text Example
White with #DC1049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1049; }
p { color: rgb(220,16,73); }
H1.HeaderClassName
{
color: #DC1049;
}
.AnyTagClassName
{
color: #DC1049;
}
</style>
background-color css
<style>
a { background-color: #DC1049; }
a { background-color: rgb(220,16,73); }
div.DivClassName
{
background-color: #DC1049;
}
.BgClassName
{
background-color: #DC1049;
}
</style>
border-color css
<style>
span { border-color: #DC1049; }
span { border-color: rgb(220,16,73); }
td.TdClassName
{
border-color: #DC1049;
}
.TagClassName
{
border-color: #DC1049;
}
</style>