Shades of Ruby #DC125D
Tints of Ruby #DC125D
RGB
CMYK
RGB Variations
Color information
#DC125D (or 0xDC125D) is known color: Ruby. HEX triplet: DC, 12 and 5D. RGB value is (220,18,93). Sum of RGB (Red+Green+Blue) = 220+18+93=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC125D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC125D is #23EDA2. Grayscale: #565656. Windows color (decimal): -2354595 or 6099676. OLE color: 6099676.
HSL color Cylindrical-coordinate representation of color #DC125D: hue angle of 337.72º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC125D is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 93 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.14 |
| HSL | 337.72º | 0.85% | 0.47% | - |
| HSV(B) | 337.72º | 0.92% | 0.86% | - |
| XYZ | 31.71 | 16.44 | 11.86 | - |
| YUV | 86.95 | 131.42 | 222.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 93 | 0 | 0.92 | 0.58 | 0.14 | 337.72 | 0.85 | 0.47 |
| Hex | DC | 12 | 5D | 0 | 5C | 3A | E | 152 | 55 | 2F |
| Octal | 334 | 22 | 135 | 0 | 134 | 72 | 16 | 522 | 125 | 57 |
| Binary | 11011100 | 10010 | 1011101 | 0 | 1011100 | 111010 | 1110 | 101010010 | 1010101 | 101111 |
Color Harmonies of #DC125D
Complementary color
Monochromatic Colors of #DC125D
Black with #DC125D
Text Example
Text Example
White with #DC125D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC125D; }
p { color: rgb(220,18,93); }
H1.HeaderClassName
{
color: #DC125D;
}
.AnyTagClassName
{
color: #DC125D;
}
</style>
background-color css
<style>
a { background-color: #DC125D; }
a { background-color: rgb(220,18,93); }
div.DivClassName
{
background-color: #DC125D;
}
.BgClassName
{
background-color: #DC125D;
}
</style>
border-color css
<style>
span { border-color: #DC125D; }
span { border-color: rgb(220,18,93); }
td.TdClassName
{
border-color: #DC125D;
}
.TagClassName
{
border-color: #DC125D;
}
</style>