Shades of Crimson #DC1934
Tints of Crimson #DC1934
RGB
CMYK
RGB Variations
Color information
#DC1934 (or 0xDC1934) is known color: Crimson. HEX triplet: DC, 19 and 34. RGB value is (220,25,52). Sum of RGB (Red+Green+Blue) = 220+25+52=297 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.07% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1934 is #23E6CB. Grayscale: #565656. Windows color (decimal): -2352844 or 3414492. OLE color: 3414492.
HSL color Cylindrical-coordinate representation of color #DC1934: hue angle of 351.69º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1934 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 52 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.14 |
| HSL | 351.69º | 0.8% | 0.48% | - |
| HSV(B) | 351.69º | 0.89% | 0.86% | - |
| XYZ | 30.48 | 16.16 | 4.76 | - |
| YUV | 86.38 | 108.6 | 223.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 52 | 0 | 0.89 | 0.76 | 0.14 | 351.69 | 0.8 | 0.48 |
| Hex | DC | 19 | 34 | 0 | 59 | 4C | E | 160 | 50 | 30 |
| Octal | 334 | 31 | 64 | 0 | 131 | 114 | 16 | 540 | 120 | 60 |
| Binary | 11011100 | 11001 | 110100 | 0 | 1011001 | 1001100 | 1110 | 101100000 | 1010000 | 110000 |
Color Harmonies of #DC1934
Complementary color
Monochromatic Colors of #DC1934
Black with #DC1934
Text Example
Text Example
White with #DC1934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1934; }
p { color: rgb(220,25,52); }
H1.HeaderClassName
{
color: #DC1934;
}
.AnyTagClassName
{
color: #DC1934;
}
</style>
background-color css
<style>
a { background-color: #DC1934; }
a { background-color: rgb(220,25,52); }
div.DivClassName
{
background-color: #DC1934;
}
.BgClassName
{
background-color: #DC1934;
}
</style>
border-color css
<style>
span { border-color: #DC1934; }
span { border-color: rgb(220,25,52); }
td.TdClassName
{
border-color: #DC1934;
}
.TagClassName
{
border-color: #DC1934;
}
</style>