Shades of Ruby #D01756
Tints of Ruby #D01756
RGB
CMYK
RGB Variations
Color information
#D01756 (or 0xD01756) is known color: Ruby. HEX triplet: D0, 17 and 56. RGB value is (208,23,86). Sum of RGB (Red+Green+Blue) = 208+23+86=317 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.62% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 208 - color contains mainly: red. Hex color #D01756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01756 is #2FE8A9. Grayscale: #555555. Windows color (decimal): -3139754 or 5642192. OLE color: 5642192.
HSL color Cylindrical-coordinate representation of color #D01756: hue angle of 339.57º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D01756 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 23 | 86 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.18 |
| HSL | 339.57º | 0.8% | 0.45% | - |
| HSV(B) | 339.57º | 0.89% | 0.82% | - |
| XYZ | 28 | 14.69 | 10.16 | - |
| YUV | 85.5 | 128.29 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 23 | 86 | 0 | 0.89 | 0.59 | 0.18 | 339.57 | 0.8 | 0.45 |
| Hex | D0 | 17 | 56 | 0 | 59 | 3B | 12 | 154 | 50 | 2D |
| Octal | 320 | 27 | 126 | 0 | 131 | 73 | 22 | 524 | 120 | 55 |
| Binary | 11010000 | 10111 | 1010110 | 0 | 1011001 | 111011 | 10010 | 101010100 | 1010000 | 101101 |
Color Harmonies of #D01756
Complementary color
Monochromatic Colors of #D01756
Black with #D01756
Text Example
Text Example
White with #D01756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01756; }
p { color: rgb(208,23,86); }
H1.HeaderClassName
{
color: #D01756;
}
.AnyTagClassName
{
color: #D01756;
}
</style>
background-color css
<style>
a { background-color: #D01756; }
a { background-color: rgb(208,23,86); }
div.DivClassName
{
background-color: #D01756;
}
.BgClassName
{
background-color: #D01756;
}
</style>
border-color css
<style>
span { border-color: #D01756; }
span { border-color: rgb(208,23,86); }
td.TdClassName
{
border-color: #D01756;
}
.TagClassName
{
border-color: #D01756;
}
</style>