Shades of Crimson #DC0D31
Tints of Crimson #DC0D31
RGB
CMYK
RGB Variations
Color information
#DC0D31 (or 0xDC0D31) is known color: Crimson. HEX triplet: DC, 0D and 31. RGB value is (220,13,49). Sum of RGB (Red+Green+Blue) = 220+13+49=282 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.01% from 282); Green value is 13 (5.47% from 255 or 4.61% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0D31 is #23F2CE. Grayscale: #4F4F4F. Windows color (decimal): -2355919 or 3214812. OLE color: 3214812.
HSL color Cylindrical-coordinate representation of color #DC0D31: hue angle of 349.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0D31 is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 49 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.14 |
| HSL | 349.57º | 0.89% | 0.46% | - |
| HSV(B) | 349.57º | 0.94% | 0.86% | - |
| XYZ | 30.21 | 15.73 | 4.35 | - |
| YUV | 79 | 111.08 | 228.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 49 | 0 | 0.94 | 0.78 | 0.14 | 349.57 | 0.89 | 0.46 |
| Hex | DC | D | 31 | 0 | 5E | 4E | E | 15E | 59 | 2E |
| Octal | 334 | 15 | 61 | 0 | 136 | 116 | 16 | 536 | 131 | 56 |
| Binary | 11011100 | 1101 | 110001 | 0 | 1011110 | 1001110 | 1110 | 101011110 | 1011001 | 101110 |
Color Harmonies of #DC0D31
Complementary color
Monochromatic Colors of #DC0D31
Black with #DC0D31
Text Example
Text Example
White with #DC0D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0D31; }
p { color: rgb(220,13,49); }
H1.HeaderClassName
{
color: #DC0D31;
}
.AnyTagClassName
{
color: #DC0D31;
}
</style>
background-color css
<style>
a { background-color: #DC0D31; }
a { background-color: rgb(220,13,49); }
div.DivClassName
{
background-color: #DC0D31;
}
.BgClassName
{
background-color: #DC0D31;
}
</style>
border-color css
<style>
span { border-color: #DC0D31; }
span { border-color: rgb(220,13,49); }
td.TdClassName
{
border-color: #DC0D31;
}
.TagClassName
{
border-color: #DC0D31;
}
</style>