Shades of Crimson #DC0031
Tints of Crimson #DC0031
RGB
CMYK
RGB Variations
Color information
#DC0031 (or 0xDC0031) is known color: Crimson. HEX triplet: DC, 00 and 31. RGB value is (220,0,49). Sum of RGB (Red+Green+Blue) = 220+0+49=269 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.78% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0031 is #23FFCE. Grayscale: #474747. Windows color (decimal): -2359247 or 3211484. OLE color: 3211484.
HSL color Cylindrical-coordinate representation of color #DC0031: hue angle of 346.64º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0031 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.78 | 0.14 |
| HSL | 346.64º | 1% | 0.43% | - |
| HSV(B) | 346.64º | 1% | 0.86% | - |
| XYZ | 30.07 | 15.44 | 4.3 | - |
| YUV | 71.37 | 115.39 | 234.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 49 | 0 | 1 | 0.78 | 0.14 | 346.64 | 1 | 0.43 |
| Hex | DC | 0 | 31 | 0 | 64 | 4E | E | 15B | 64 | 2B |
| Octal | 334 | 0 | 61 | 0 | 144 | 116 | 16 | 533 | 144 | 53 |
| Binary | 11011100 | 0 | 110001 | 0 | 1100100 | 1001110 | 1110 | 101011011 | 1100100 | 101011 |
Color Harmonies of #DC0031
Complementary color
Monochromatic Colors of #DC0031
Black with #DC0031
Text Example
Text Example
White with #DC0031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0031; }
p { color: rgb(220,0,49); }
H1.HeaderClassName
{
color: #DC0031;
}
.AnyTagClassName
{
color: #DC0031;
}
</style>
background-color css
<style>
a { background-color: #DC0031; }
a { background-color: rgb(220,0,49); }
div.DivClassName
{
background-color: #DC0031;
}
.BgClassName
{
background-color: #DC0031;
}
</style>
border-color css
<style>
span { border-color: #DC0031; }
span { border-color: rgb(220,0,49); }
td.TdClassName
{
border-color: #DC0031;
}
.TagClassName
{
border-color: #DC0031;
}
</style>