Shades of Crimson #DC0646
Tints of Crimson #DC0646
RGB
CMYK
RGB Variations
Color information
#DC0646 (or 0xDC0646) is known color: Crimson. HEX triplet: DC, 06 and 46. RGB value is (220,6,70). Sum of RGB (Red+Green+Blue) = 220+6+70=296 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.32% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0646 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0646 is #23F9B9. Grayscale: #4D4D4D. Windows color (decimal): -2357690 or 4589276. OLE color: 4589276.
HSL color Cylindrical-coordinate representation of color #DC0646: hue angle of 342.06º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0646 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 70 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.14 |
| HSL | 342.06º | 0.95% | 0.44% | - |
| HSV(B) | 342.06º | 0.97% | 0.86% | - |
| XYZ | 30.69 | 15.79 | 7.22 | - |
| YUV | 77.28 | 123.9 | 229.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 70 | 0 | 0.97 | 0.68 | 0.14 | 342.06 | 0.95 | 0.44 |
| Hex | DC | 6 | 46 | 0 | 61 | 44 | E | 156 | 5F | 2C |
| Octal | 334 | 6 | 106 | 0 | 141 | 104 | 16 | 526 | 137 | 54 |
| Binary | 11011100 | 110 | 1000110 | 0 | 1100001 | 1000100 | 1110 | 101010110 | 1011111 | 101100 |
Color Harmonies of #DC0646
Complementary color
Monochromatic Colors of #DC0646
Black with #DC0646
Text Example
Text Example
White with #DC0646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0646; }
p { color: rgb(220,6,70); }
H1.HeaderClassName
{
color: #DC0646;
}
.AnyTagClassName
{
color: #DC0646;
}
</style>
background-color css
<style>
a { background-color: #DC0646; }
a { background-color: rgb(220,6,70); }
div.DivClassName
{
background-color: #DC0646;
}
.BgClassName
{
background-color: #DC0646;
}
</style>
border-color css
<style>
span { border-color: #DC0646; }
span { border-color: rgb(220,6,70); }
td.TdClassName
{
border-color: #DC0646;
}
.TagClassName
{
border-color: #DC0646;
}
</style>