Shades of Ruby #DC125B
Tints of Ruby #DC125B
RGB
CMYK
RGB Variations
Color information
#DC125B (or 0xDC125B) is known color: Ruby. HEX triplet: DC, 12 and 5B. RGB value is (220,18,91). Sum of RGB (Red+Green+Blue) = 220+18+91=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC125B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC125B is #23EDA4. Grayscale: #565656. Windows color (decimal): -2354597 or 5968604. OLE color: 5968604.
HSL color Cylindrical-coordinate representation of color #DC125B: hue angle of 338.32º 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 #DC125B is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 91 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.14 |
| HSL | 338.32º | 0.85% | 0.47% | - |
| HSV(B) | 338.32º | 0.92% | 0.86% | - |
| XYZ | 31.62 | 16.4 | 11.4 | - |
| YUV | 86.72 | 130.42 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 91 | 0 | 0.92 | 0.59 | 0.14 | 338.32 | 0.85 | 0.47 |
| Hex | DC | 12 | 5B | 0 | 5C | 3B | E | 152 | 55 | 2F |
| Octal | 334 | 22 | 133 | 0 | 134 | 73 | 16 | 522 | 125 | 57 |
| Binary | 11011100 | 10010 | 1011011 | 0 | 1011100 | 111011 | 1110 | 101010010 | 1010101 | 101111 |
Color Harmonies of #DC125B
Complementary color
Monochromatic Colors of #DC125B
Black with #DC125B
Text Example
Text Example
White with #DC125B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC125B; }
p { color: rgb(220,18,91); }
H1.HeaderClassName
{
color: #DC125B;
}
.AnyTagClassName
{
color: #DC125B;
}
</style>
background-color css
<style>
a { background-color: #DC125B; }
a { background-color: rgb(220,18,91); }
div.DivClassName
{
background-color: #DC125B;
}
.BgClassName
{
background-color: #DC125B;
}
</style>
border-color css
<style>
span { border-color: #DC125B; }
span { border-color: rgb(220,18,91); }
td.TdClassName
{
border-color: #DC125B;
}
.TagClassName
{
border-color: #DC125B;
}
</style>