Shades of Crimson #DC104C
Tints of Crimson #DC104C
RGB
CMYK
RGB Variations
Color information
#DC104C (or 0xDC104C) is known color: Crimson. HEX triplet: DC, 10 and 4C. RGB value is (220,16,76). Sum of RGB (Red+Green+Blue) = 220+16+76=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC104C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC104C is #23EFB3. Grayscale: #535353. Windows color (decimal): -2355124 or 4985052. OLE color: 4985052.
HSL color Cylindrical-coordinate representation of color #DC104C: hue angle of 342.35º 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 #DC104C is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 76 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.14 |
| HSL | 342.35º | 0.86% | 0.46% | - |
| HSV(B) | 342.35º | 0.93% | 0.86% | - |
| XYZ | 31.01 | 16.11 | 8.31 | - |
| YUV | 83.84 | 123.59 | 225.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 76 | 0 | 0.93 | 0.65 | 0.14 | 342.35 | 0.86 | 0.46 |
| Hex | DC | 10 | 4C | 0 | 5D | 41 | E | 156 | 56 | 2E |
| Octal | 334 | 20 | 114 | 0 | 135 | 101 | 16 | 526 | 126 | 56 |
| Binary | 11011100 | 10000 | 1001100 | 0 | 1011101 | 1000001 | 1110 | 101010110 | 1010110 | 101110 |
Color Harmonies of #DC104C
Complementary color
Monochromatic Colors of #DC104C
Black with #DC104C
Text Example
Text Example
White with #DC104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC104C; }
p { color: rgb(220,16,76); }
H1.HeaderClassName
{
color: #DC104C;
}
.AnyTagClassName
{
color: #DC104C;
}
</style>
background-color css
<style>
a { background-color: #DC104C; }
a { background-color: rgb(220,16,76); }
div.DivClassName
{
background-color: #DC104C;
}
.BgClassName
{
background-color: #DC104C;
}
</style>
border-color css
<style>
span { border-color: #DC104C; }
span { border-color: rgb(220,16,76); }
td.TdClassName
{
border-color: #DC104C;
}
.TagClassName
{
border-color: #DC104C;
}
</style>