Shades of Crimson #DC1531
Tints of Crimson #DC1531
RGB
CMYK
RGB Variations
Color information
#DC1531 (or 0xDC1531) is known color: Crimson. HEX triplet: DC, 15 and 31. RGB value is (220,21,49). Sum of RGB (Red+Green+Blue) = 220+21+49=290 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.86% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1531 is #23EACE. Grayscale: #535353. Windows color (decimal): -2353871 or 3216860. OLE color: 3216860.
HSL color Cylindrical-coordinate representation of color #DC1531: hue angle of 351.56º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1531 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 49 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.14 |
| HSL | 351.56º | 0.83% | 0.47% | - |
| HSV(B) | 351.56º | 0.9% | 0.86% | - |
| XYZ | 30.34 | 15.97 | 4.39 | - |
| YUV | 83.69 | 108.43 | 225.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 49 | 0 | 0.90 | 0.78 | 0.14 | 351.56 | 0.83 | 0.47 |
| Hex | DC | 15 | 31 | 0 | 5A | 4E | E | 160 | 53 | 2F |
| Octal | 334 | 25 | 61 | 0 | 132 | 116 | 16 | 540 | 123 | 57 |
| Binary | 11011100 | 10101 | 110001 | 0 | 1011010 | 1001110 | 1110 | 101100000 | 1010011 | 101111 |
Color Harmonies of #DC1531
Complementary color
Monochromatic Colors of #DC1531
Black with #DC1531
Text Example
Text Example
White with #DC1531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1531; }
p { color: rgb(220,21,49); }
H1.HeaderClassName
{
color: #DC1531;
}
.AnyTagClassName
{
color: #DC1531;
}
</style>
background-color css
<style>
a { background-color: #DC1531; }
a { background-color: rgb(220,21,49); }
div.DivClassName
{
background-color: #DC1531;
}
.BgClassName
{
background-color: #DC1531;
}
</style>
border-color css
<style>
span { border-color: #DC1531; }
span { border-color: rgb(220,21,49); }
td.TdClassName
{
border-color: #DC1531;
}
.TagClassName
{
border-color: #DC1531;
}
</style>