Shades of Ruby #D00761
Tints of Ruby #D00761
RGB
CMYK
RGB Variations
Color information
#D00761 (or 0xD00761) is known color: Ruby. HEX triplet: D0, 07 and 61. RGB value is (208,7,97). Sum of RGB (Red+Green+Blue) = 208+7+97=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D00761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00761 is #2FF89E. Grayscale: #4D4D4D. Windows color (decimal): -3143839 or 6358992. OLE color: 6358992.
HSL color Cylindrical-coordinate representation of color #D00761: hue angle of 333.13º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D00761 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 97 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.18 |
| HSL | 333.13º | 0.93% | 0.42% | - |
| HSV(B) | 333.13º | 0.97% | 0.82% | - |
| XYZ | 28.25 | 14.42 | 12.6 | - |
| YUV | 77.36 | 139.09 | 221.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 97 | 0 | 0.97 | 0.53 | 0.18 | 333.13 | 0.93 | 0.42 |
| Hex | D0 | 7 | 61 | 0 | 61 | 35 | 12 | 14D | 5D | 2A |
| Octal | 320 | 7 | 141 | 0 | 141 | 65 | 22 | 515 | 135 | 52 |
| Binary | 11010000 | 111 | 1100001 | 0 | 1100001 | 110101 | 10010 | 101001101 | 1011101 | 101010 |
Color Harmonies of #D00761
Complementary color
Monochromatic Colors of #D00761
Black with #D00761
Text Example
Text Example
White with #D00761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00761; }
p { color: rgb(208,7,97); }
H1.HeaderClassName
{
color: #D00761;
}
.AnyTagClassName
{
color: #D00761;
}
</style>
background-color css
<style>
a { background-color: #D00761; }
a { background-color: rgb(208,7,97); }
div.DivClassName
{
background-color: #D00761;
}
.BgClassName
{
background-color: #D00761;
}
</style>
border-color css
<style>
span { border-color: #D00761; }
span { border-color: rgb(208,7,97); }
td.TdClassName
{
border-color: #D00761;
}
.TagClassName
{
border-color: #D00761;
}
</style>