Shades of Crimson #DC0631
Tints of Crimson #DC0631
RGB
CMYK
RGB Variations
Color information
#DC0631 (or 0xDC0631) is known color: Crimson. HEX triplet: DC, 06 and 31. RGB value is (220,6,49). Sum of RGB (Red+Green+Blue) = 220+6+49=275 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0631 is #23F9CE. Grayscale: #4A4A4A. Windows color (decimal): -2357711 or 3213020. OLE color: 3213020.
HSL color Cylindrical-coordinate representation of color #DC0631: hue angle of 347.94º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0631 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 49 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.14 |
| HSL | 347.94º | 0.95% | 0.44% | - |
| HSV(B) | 347.94º | 0.97% | 0.86% | - |
| XYZ | 30.13 | 15.57 | 4.32 | - |
| YUV | 74.89 | 113.4 | 231.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 49 | 0 | 0.97 | 0.78 | 0.14 | 347.94 | 0.95 | 0.44 |
| Hex | DC | 6 | 31 | 0 | 61 | 4E | E | 15C | 5F | 2C |
| Octal | 334 | 6 | 61 | 0 | 141 | 116 | 16 | 534 | 137 | 54 |
| Binary | 11011100 | 110 | 110001 | 0 | 1100001 | 1001110 | 1110 | 101011100 | 1011111 | 101100 |
Color Harmonies of #DC0631
Complementary color
Monochromatic Colors of #DC0631
Black with #DC0631
Text Example
Text Example
White with #DC0631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0631; }
p { color: rgb(220,6,49); }
H1.HeaderClassName
{
color: #DC0631;
}
.AnyTagClassName
{
color: #DC0631;
}
</style>
background-color css
<style>
a { background-color: #DC0631; }
a { background-color: rgb(220,6,49); }
div.DivClassName
{
background-color: #DC0631;
}
.BgClassName
{
background-color: #DC0631;
}
</style>
border-color css
<style>
span { border-color: #DC0631; }
span { border-color: rgb(220,6,49); }
td.TdClassName
{
border-color: #DC0631;
}
.TagClassName
{
border-color: #DC0631;
}
</style>