Shades of Crimson #DC193C
Tints of Crimson #DC193C
RGB
CMYK
RGB Variations
Color information
#DC193C (or 0xDC193C) is known color: Crimson. HEX triplet: DC, 19 and 3C. RGB value is (220,25,60). Sum of RGB (Red+Green+Blue) = 220+25+60=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC193C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC193C is #23E6C3. Grayscale: #575757. Windows color (decimal): -2352836 or 3938780. OLE color: 3938780.
HSL color Cylindrical-coordinate representation of color #DC193C: hue angle of 349.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 #DC193C is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 60 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.14 |
| HSL | 349.23º | 0.8% | 0.48% | - |
| HSV(B) | 349.23º | 0.89% | 0.86% | - |
| XYZ | 30.68 | 16.24 | 5.79 | - |
| YUV | 87.3 | 112.6 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 60 | 0 | 0.89 | 0.73 | 0.14 | 349.23 | 0.8 | 0.48 |
| Hex | DC | 19 | 3C | 0 | 59 | 49 | E | 15D | 50 | 30 |
| Octal | 334 | 31 | 74 | 0 | 131 | 111 | 16 | 535 | 120 | 60 |
| Binary | 11011100 | 11001 | 111100 | 0 | 1011001 | 1001001 | 1110 | 101011101 | 1010000 | 110000 |
Color Harmonies of #DC193C
Complementary color
Monochromatic Colors of #DC193C
Black with #DC193C
Text Example
Text Example
White with #DC193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC193C; }
p { color: rgb(220,25,60); }
H1.HeaderClassName
{
color: #DC193C;
}
.AnyTagClassName
{
color: #DC193C;
}
</style>
background-color css
<style>
a { background-color: #DC193C; }
a { background-color: rgb(220,25,60); }
div.DivClassName
{
background-color: #DC193C;
}
.BgClassName
{
background-color: #DC193C;
}
</style>
border-color css
<style>
span { border-color: #DC193C; }
span { border-color: rgb(220,25,60); }
td.TdClassName
{
border-color: #DC193C;
}
.TagClassName
{
border-color: #DC193C;
}
</style>