Shades of Crimson #DC1131
Tints of Crimson #DC1131
RGB
CMYK
RGB Variations
Color information
#DC1131 (or 0xDC1131) is known color: Crimson. HEX triplet: DC, 11 and 31. RGB value is (220,17,49). Sum of RGB (Red+Green+Blue) = 220+17+49=286 (37% of max value = 765). Red value is 220 (86.33% from 255 or 76.92% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1131 is #23EECE. Grayscale: #515151. Windows color (decimal): -2354895 or 3215836. OLE color: 3215836.
HSL color Cylindrical-coordinate representation of color #DC1131: hue angle of 350.54º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC1131 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 49 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.14 |
| HSL | 350.54º | 0.86% | 0.46% | - |
| HSV(B) | 350.54º | 0.92% | 0.86% | - |
| XYZ | 30.27 | 15.84 | 4.37 | - |
| YUV | 81.35 | 109.75 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 49 | 0 | 0.92 | 0.78 | 0.14 | 350.54 | 0.86 | 0.46 |
| Hex | DC | 11 | 31 | 0 | 5C | 4E | E | 15F | 56 | 2E |
| Octal | 334 | 21 | 61 | 0 | 134 | 116 | 16 | 537 | 126 | 56 |
| Binary | 11011100 | 10001 | 110001 | 0 | 1011100 | 1001110 | 1110 | 101011111 | 1010110 | 101110 |
Color Harmonies of #DC1131
Complementary color
Monochromatic Colors of #DC1131
Black with #DC1131
Text Example
Text Example
White with #DC1131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1131; }
p { color: rgb(220,17,49); }
H1.HeaderClassName
{
color: #DC1131;
}
.AnyTagClassName
{
color: #DC1131;
}
</style>
background-color css
<style>
a { background-color: #DC1131; }
a { background-color: rgb(220,17,49); }
div.DivClassName
{
background-color: #DC1131;
}
.BgClassName
{
background-color: #DC1131;
}
</style>
border-color css
<style>
span { border-color: #DC1131; }
span { border-color: rgb(220,17,49); }
td.TdClassName
{
border-color: #DC1131;
}
.TagClassName
{
border-color: #DC1131;
}
</style>