Shades of Crimson #DC194D
Tints of Crimson #DC194D
RGB
CMYK
RGB Variations
Color information
#DC194D (or 0xDC194D) is known color: Crimson. HEX triplet: DC, 19 and 4D. RGB value is (220,25,77). Sum of RGB (Red+Green+Blue) = 220+25+77=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC194D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC194D is #23E6B2. Grayscale: #595959. Windows color (decimal): -2352819 or 5052892. OLE color: 5052892.
HSL color Cylindrical-coordinate representation of color #DC194D: hue angle of 344º 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 #DC194D is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 77 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.14 |
| HSL | 344º | 0.8% | 0.48% | - |
| HSV(B) | 344º | 0.89% | 0.86% | - |
| XYZ | 31.2 | 16.45 | 8.55 | - |
| YUV | 89.23 | 121.1 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 77 | 0 | 0.89 | 0.65 | 0.14 | 344 | 0.8 | 0.48 |
| Hex | DC | 19 | 4D | 0 | 59 | 41 | E | 158 | 50 | 30 |
| Octal | 334 | 31 | 115 | 0 | 131 | 101 | 16 | 530 | 120 | 60 |
| Binary | 11011100 | 11001 | 1001101 | 0 | 1011001 | 1000001 | 1110 | 101011000 | 1010000 | 110000 |
Color Harmonies of #DC194D
Complementary color
Monochromatic Colors of #DC194D
Black with #DC194D
Text Example
Text Example
White with #DC194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC194D; }
p { color: rgb(220,25,77); }
H1.HeaderClassName
{
color: #DC194D;
}
.AnyTagClassName
{
color: #DC194D;
}
</style>
background-color css
<style>
a { background-color: #DC194D; }
a { background-color: rgb(220,25,77); }
div.DivClassName
{
background-color: #DC194D;
}
.BgClassName
{
background-color: #DC194D;
}
</style>
border-color css
<style>
span { border-color: #DC194D; }
span { border-color: rgb(220,25,77); }
td.TdClassName
{
border-color: #DC194D;
}
.TagClassName
{
border-color: #DC194D;
}
</style>