Shades of Ruby #DC1752
Tints of Ruby #DC1752
RGB
CMYK
RGB Variations
Color information
#DC1752 (or 0xDC1752) is known color: Ruby. HEX triplet: DC, 17 and 52. RGB value is (220,23,82). Sum of RGB (Red+Green+Blue) = 220+23+82=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1752 is #23E8AD. Grayscale: #585858. Windows color (decimal): -2353326 or 5380060. OLE color: 5380060.
HSL color Cylindrical-coordinate representation of color #DC1752: hue angle of 342.03º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1752 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 82 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.14 |
| HSL | 342.03º | 0.81% | 0.48% | - |
| HSV(B) | 342.03º | 0.9% | 0.86% | - |
| XYZ | 31.34 | 16.44 | 9.5 | - |
| YUV | 88.63 | 124.27 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 82 | 0 | 0.90 | 0.63 | 0.14 | 342.03 | 0.81 | 0.48 |
| Hex | DC | 17 | 52 | 0 | 5A | 3F | E | 156 | 51 | 30 |
| Octal | 334 | 27 | 122 | 0 | 132 | 77 | 16 | 526 | 121 | 60 |
| Binary | 11011100 | 10111 | 1010010 | 0 | 1011010 | 111111 | 1110 | 101010110 | 1010001 | 110000 |
Color Harmonies of #DC1752
Complementary color
Monochromatic Colors of #DC1752
Black with #DC1752
Text Example
Text Example
White with #DC1752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1752; }
p { color: rgb(220,23,82); }
H1.HeaderClassName
{
color: #DC1752;
}
.AnyTagClassName
{
color: #DC1752;
}
</style>
background-color css
<style>
a { background-color: #DC1752; }
a { background-color: rgb(220,23,82); }
div.DivClassName
{
background-color: #DC1752;
}
.BgClassName
{
background-color: #DC1752;
}
</style>
border-color css
<style>
span { border-color: #DC1752; }
span { border-color: rgb(220,23,82); }
td.TdClassName
{
border-color: #DC1752;
}
.TagClassName
{
border-color: #DC1752;
}
</style>