Shades of Crimson #DC1946
Tints of Crimson #DC1946
RGB
CMYK
RGB Variations
Color information
#DC1946 (or 0xDC1946) is known color: Crimson. HEX triplet: DC, 19 and 46. RGB value is (220,25,70). Sum of RGB (Red+Green+Blue) = 220+25+70=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1946 is #23E6B9. Grayscale: #585858. Windows color (decimal): -2352826 or 4594140. OLE color: 4594140.
HSL color Cylindrical-coordinate representation of color #DC1946: hue angle of 346.15º 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 #DC1946 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 70 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.14 |
| HSL | 346.15º | 0.8% | 0.48% | - |
| HSV(B) | 346.15º | 0.89% | 0.86% | - |
| XYZ | 30.97 | 16.35 | 7.32 | - |
| YUV | 88.44 | 117.6 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 70 | 0 | 0.89 | 0.68 | 0.14 | 346.15 | 0.8 | 0.48 |
| Hex | DC | 19 | 46 | 0 | 59 | 44 | E | 15A | 50 | 30 |
| Octal | 334 | 31 | 106 | 0 | 131 | 104 | 16 | 532 | 120 | 60 |
| Binary | 11011100 | 11001 | 1000110 | 0 | 1011001 | 1000100 | 1110 | 101011010 | 1010000 | 110000 |
Color Harmonies of #DC1946
Complementary color
Monochromatic Colors of #DC1946
Black with #DC1946
Text Example
Text Example
White with #DC1946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1946; }
p { color: rgb(220,25,70); }
H1.HeaderClassName
{
color: #DC1946;
}
.AnyTagClassName
{
color: #DC1946;
}
</style>
background-color css
<style>
a { background-color: #DC1946; }
a { background-color: rgb(220,25,70); }
div.DivClassName
{
background-color: #DC1946;
}
.BgClassName
{
background-color: #DC1946;
}
</style>
border-color css
<style>
span { border-color: #DC1946; }
span { border-color: rgb(220,25,70); }
td.TdClassName
{
border-color: #DC1946;
}
.TagClassName
{
border-color: #DC1946;
}
</style>