Shades of Crimson #DC0147
Tints of Crimson #DC0147
RGB
CMYK
RGB Variations
Color information
#DC0147 (or 0xDC0147) is known color: Crimson. HEX triplet: DC, 01 and 47. RGB value is (220,1,71). Sum of RGB (Red+Green+Blue) = 220+1+71=292 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.34% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0147 is #23FEB8. Grayscale: #4A4A4A. Windows color (decimal): -2358969 or 4653532. OLE color: 4653532.
HSL color Cylindrical-coordinate representation of color #DC0147: hue angle of 340.82º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0147 is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 71 | - |
| CMYK | 0 | 1.00 | 0.68 | 0.14 |
| HSL | 340.82º | 0.99% | 0.43% | - |
| HSV(B) | 340.82º | 1% | 0.86% | - |
| XYZ | 30.66 | 15.69 | 7.37 | - |
| YUV | 74.46 | 126.05 | 231.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 71 | 0 | 1.00 | 0.68 | 0.14 | 340.82 | 0.99 | 0.43 |
| Hex | DC | 1 | 47 | 0 | 64 | 44 | E | 155 | 63 | 2B |
| Octal | 334 | 1 | 107 | 0 | 144 | 104 | 16 | 525 | 143 | 53 |
| Binary | 11011100 | 1 | 1000111 | 0 | 1100100 | 1000100 | 1110 | 101010101 | 1100011 | 101011 |
Color Harmonies of #DC0147
Complementary color
Monochromatic Colors of #DC0147
Black with #DC0147
Text Example
Text Example
White with #DC0147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0147; }
p { color: rgb(220,1,71); }
H1.HeaderClassName
{
color: #DC0147;
}
.AnyTagClassName
{
color: #DC0147;
}
</style>
background-color css
<style>
a { background-color: #DC0147; }
a { background-color: rgb(220,1,71); }
div.DivClassName
{
background-color: #DC0147;
}
.BgClassName
{
background-color: #DC0147;
}
</style>
border-color css
<style>
span { border-color: #DC0147; }
span { border-color: rgb(220,1,71); }
td.TdClassName
{
border-color: #DC0147;
}
.TagClassName
{
border-color: #DC0147;
}
</style>