Shades of Crimson #DC0D46
Tints of Crimson #DC0D46
RGB
CMYK
RGB Variations
Color information
#DC0D46 (or 0xDC0D46) is known color: Crimson. HEX triplet: DC, 0D and 46. RGB value is (220,13,70). Sum of RGB (Red+Green+Blue) = 220+13+70=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 13 (5.47% from 255 or 4.29% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0D46 is #23F2B9. Grayscale: #515151. Windows color (decimal): -2355898 or 4591068. OLE color: 4591068.
HSL color Cylindrical-coordinate representation of color #DC0D46: hue angle of 343.48º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0D46 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 70 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.14 |
| HSL | 343.48º | 0.89% | 0.46% | - |
| HSV(B) | 343.48º | 0.94% | 0.86% | - |
| XYZ | 30.76 | 15.95 | 7.25 | - |
| YUV | 81.39 | 121.58 | 226.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 70 | 0 | 0.94 | 0.68 | 0.14 | 343.48 | 0.89 | 0.46 |
| Hex | DC | D | 46 | 0 | 5E | 44 | E | 157 | 59 | 2E |
| Octal | 334 | 15 | 106 | 0 | 136 | 104 | 16 | 527 | 131 | 56 |
| Binary | 11011100 | 1101 | 1000110 | 0 | 1011110 | 1000100 | 1110 | 101010111 | 1011001 | 101110 |
Color Harmonies of #DC0D46
Complementary color
Monochromatic Colors of #DC0D46
Black with #DC0D46
Text Example
Text Example
White with #DC0D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0D46; }
p { color: rgb(220,13,70); }
H1.HeaderClassName
{
color: #DC0D46;
}
.AnyTagClassName
{
color: #DC0D46;
}
</style>
background-color css
<style>
a { background-color: #DC0D46; }
a { background-color: rgb(220,13,70); }
div.DivClassName
{
background-color: #DC0D46;
}
.BgClassName
{
background-color: #DC0D46;
}
</style>
border-color css
<style>
span { border-color: #DC0D46; }
span { border-color: rgb(220,13,70); }
td.TdClassName
{
border-color: #DC0D46;
}
.TagClassName
{
border-color: #DC0D46;
}
</style>