Shades of Crimson #DC0747
Tints of Crimson #DC0747
RGB
CMYK
RGB Variations
Color information
#DC0747 (or 0xDC0747) is known color: Crimson. HEX triplet: DC, 07 and 47. RGB value is (220,7,71). Sum of RGB (Red+Green+Blue) = 220+7+71=298 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.83% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0747 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0747 is #23F8B8. Grayscale: #4D4D4D. Windows color (decimal): -2357433 or 4655068. OLE color: 4655068.
HSL color Cylindrical-coordinate representation of color #DC0747: hue angle of 341.97º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0747 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 71 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.14 |
| HSL | 341.97º | 0.94% | 0.45% | - |
| HSV(B) | 341.97º | 0.97% | 0.86% | - |
| XYZ | 30.73 | 15.82 | 7.4 | - |
| YUV | 77.98 | 124.07 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 71 | 0 | 0.97 | 0.68 | 0.14 | 341.97 | 0.94 | 0.45 |
| Hex | DC | 7 | 47 | 0 | 61 | 44 | E | 156 | 5E | 2D |
| Octal | 334 | 7 | 107 | 0 | 141 | 104 | 16 | 526 | 136 | 55 |
| Binary | 11011100 | 111 | 1000111 | 0 | 1100001 | 1000100 | 1110 | 101010110 | 1011110 | 101101 |
Color Harmonies of #DC0747
Complementary color
Monochromatic Colors of #DC0747
Black with #DC0747
Text Example
Text Example
White with #DC0747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0747; }
p { color: rgb(220,7,71); }
H1.HeaderClassName
{
color: #DC0747;
}
.AnyTagClassName
{
color: #DC0747;
}
</style>
background-color css
<style>
a { background-color: #DC0747; }
a { background-color: rgb(220,7,71); }
div.DivClassName
{
background-color: #DC0747;
}
.BgClassName
{
background-color: #DC0747;
}
</style>
border-color css
<style>
span { border-color: #DC0747; }
span { border-color: rgb(220,7,71); }
td.TdClassName
{
border-color: #DC0747;
}
.TagClassName
{
border-color: #DC0747;
}
</style>