Shades of Crimson #DC1042
Tints of Crimson #DC1042
RGB
CMYK
RGB Variations
Color information
#DC1042 (or 0xDC1042) is known color: Crimson. HEX triplet: DC, 10 and 42. RGB value is (220,16,66). Sum of RGB (Red+Green+Blue) = 220+16+66=302 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.85% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1042 is #23EFBD. Grayscale: #525252. Windows color (decimal): -2355134 or 4329692. OLE color: 4329692.
HSL color Cylindrical-coordinate representation of color #DC1042: hue angle of 345.29º 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 #DC1042 is Cyan = 0, Magento = 0.93, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 66 | - |
| CMYK | 0 | 0.93 | 0.7 | 0.14 |
| HSL | 345.29º | 0.86% | 0.46% | - |
| HSV(B) | 345.29º | 0.93% | 0.86% | - |
| XYZ | 30.68 | 15.98 | 6.62 | - |
| YUV | 82.7 | 118.59 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 66 | 0 | 0.93 | 0.7 | 0.14 | 345.29 | 0.86 | 0.46 |
| Hex | DC | 10 | 42 | 0 | 5D | 46 | E | 159 | 56 | 2E |
| Octal | 334 | 20 | 102 | 0 | 135 | 106 | 16 | 531 | 126 | 56 |
| Binary | 11011100 | 10000 | 1000010 | 0 | 1011101 | 1000110 | 1110 | 101011001 | 1010110 | 101110 |
Color Harmonies of #DC1042
Complementary color
Monochromatic Colors of #DC1042
Black with #DC1042
Text Example
Text Example
White with #DC1042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1042; }
p { color: rgb(220,16,66); }
H1.HeaderClassName
{
color: #DC1042;
}
.AnyTagClassName
{
color: #DC1042;
}
</style>
background-color css
<style>
a { background-color: #DC1042; }
a { background-color: rgb(220,16,66); }
div.DivClassName
{
background-color: #DC1042;
}
.BgClassName
{
background-color: #DC1042;
}
</style>
border-color css
<style>
span { border-color: #DC1042; }
span { border-color: rgb(220,16,66); }
td.TdClassName
{
border-color: #DC1042;
}
.TagClassName
{
border-color: #DC1042;
}
</style>