Shades of Ruby #D00960
Tints of Ruby #D00960
RGB
CMYK
RGB Variations
Color information
#D00960 (or 0xD00960) is known color: Ruby. HEX triplet: D0, 09 and 60. RGB value is (208,9,96). Sum of RGB (Red+Green+Blue) = 208+9+96=313 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.45% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 208 - color contains mainly: red. Hex color #D00960 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00960 is #2FF69F. Grayscale: #4E4E4E. Windows color (decimal): -3143328 or 6293968. OLE color: 6293968.
HSL color Cylindrical-coordinate representation of color #D00960: hue angle of 333.77º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D00960 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 9 | 96 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.18 |
| HSL | 333.77º | 0.92% | 0.43% | - |
| HSV(B) | 333.77º | 0.96% | 0.82% | - |
| XYZ | 28.22 | 14.45 | 12.37 | - |
| YUV | 78.42 | 137.93 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 96 | 0 | 0.96 | 0.54 | 0.18 | 333.77 | 0.92 | 0.43 |
| Hex | D0 | 9 | 60 | 0 | 60 | 36 | 12 | 14E | 5C | 2B |
| Octal | 320 | 11 | 140 | 0 | 140 | 66 | 22 | 516 | 134 | 53 |
| Binary | 11010000 | 1001 | 1100000 | 0 | 1100000 | 110110 | 10010 | 101001110 | 1011100 | 101011 |
Color Harmonies of #D00960
Complementary color
Monochromatic Colors of #D00960
Black with #D00960
Text Example
Text Example
White with #D00960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00960; }
p { color: rgb(208,9,96); }
H1.HeaderClassName
{
color: #D00960;
}
.AnyTagClassName
{
color: #D00960;
}
</style>
background-color css
<style>
a { background-color: #D00960; }
a { background-color: rgb(208,9,96); }
div.DivClassName
{
background-color: #D00960;
}
.BgClassName
{
background-color: #D00960;
}
</style>
border-color css
<style>
span { border-color: #D00960; }
span { border-color: rgb(208,9,96); }
td.TdClassName
{
border-color: #D00960;
}
.TagClassName
{
border-color: #D00960;
}
</style>