Shades of Crimson #DC1031
Tints of Crimson #DC1031
RGB
CMYK
RGB Variations
Color information
#DC1031 (or 0xDC1031) is known color: Crimson. HEX triplet: DC, 10 and 31. RGB value is (220,16,49). Sum of RGB (Red+Green+Blue) = 220+16+49=285 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.19% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1031 is #23EFCE. Grayscale: #505050. Windows color (decimal): -2355151 or 3215580. OLE color: 3215580.
HSL color Cylindrical-coordinate representation of color #DC1031: hue angle of 350.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 #DC1031 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 49 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.14 |
| HSL | 350.29º | 0.86% | 0.46% | - |
| HSV(B) | 350.29º | 0.93% | 0.86% | - |
| XYZ | 30.25 | 15.81 | 4.36 | - |
| YUV | 80.76 | 110.09 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 49 | 0 | 0.93 | 0.78 | 0.14 | 350.29 | 0.86 | 0.46 |
| Hex | DC | 10 | 31 | 0 | 5D | 4E | E | 15E | 56 | 2E |
| Octal | 334 | 20 | 61 | 0 | 135 | 116 | 16 | 536 | 126 | 56 |
| Binary | 11011100 | 10000 | 110001 | 0 | 1011101 | 1001110 | 1110 | 101011110 | 1010110 | 101110 |
Color Harmonies of #DC1031
Complementary color
Monochromatic Colors of #DC1031
Black with #DC1031
Text Example
Text Example
White with #DC1031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1031; }
p { color: rgb(220,16,49); }
H1.HeaderClassName
{
color: #DC1031;
}
.AnyTagClassName
{
color: #DC1031;
}
</style>
background-color css
<style>
a { background-color: #DC1031; }
a { background-color: rgb(220,16,49); }
div.DivClassName
{
background-color: #DC1031;
}
.BgClassName
{
background-color: #DC1031;
}
</style>
border-color css
<style>
span { border-color: #DC1031; }
span { border-color: rgb(220,16,49); }
td.TdClassName
{
border-color: #DC1031;
}
.TagClassName
{
border-color: #DC1031;
}
</style>