Shades of Crimson #DC1949
Tints of Crimson #DC1949
RGB
CMYK
RGB Variations
Color information
#DC1949 (or 0xDC1949) is known color: Crimson. HEX triplet: DC, 19 and 49. RGB value is (220,25,73). Sum of RGB (Red+Green+Blue) = 220+25+73=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1949 is #23E6B6. Grayscale: #585858. Windows color (decimal): -2352823 or 4790748. OLE color: 4790748.
HSL color Cylindrical-coordinate representation of color #DC1949: hue angle of 345.23º 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 #DC1949 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 73 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.14 |
| HSL | 345.23º | 0.8% | 0.48% | - |
| HSV(B) | 345.23º | 0.89% | 0.86% | - |
| XYZ | 31.07 | 16.39 | 7.83 | - |
| YUV | 88.78 | 119.1 | 221.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 73 | 0 | 0.89 | 0.67 | 0.14 | 345.23 | 0.8 | 0.48 |
| Hex | DC | 19 | 49 | 0 | 59 | 43 | E | 159 | 50 | 30 |
| Octal | 334 | 31 | 111 | 0 | 131 | 103 | 16 | 531 | 120 | 60 |
| Binary | 11011100 | 11001 | 1001001 | 0 | 1011001 | 1000011 | 1110 | 101011001 | 1010000 | 110000 |
Color Harmonies of #DC1949
Complementary color
Monochromatic Colors of #DC1949
Black with #DC1949
Text Example
Text Example
White with #DC1949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1949; }
p { color: rgb(220,25,73); }
H1.HeaderClassName
{
color: #DC1949;
}
.AnyTagClassName
{
color: #DC1949;
}
</style>
background-color css
<style>
a { background-color: #DC1949; }
a { background-color: rgb(220,25,73); }
div.DivClassName
{
background-color: #DC1949;
}
.BgClassName
{
background-color: #DC1949;
}
</style>
border-color css
<style>
span { border-color: #DC1949; }
span { border-color: rgb(220,25,73); }
td.TdClassName
{
border-color: #DC1949;
}
.TagClassName
{
border-color: #DC1949;
}
</style>