Shades of Ruby #D00D51
Tints of Ruby #D00D51
RGB
CMYK
RGB Variations
Color information
#D00D51 (or 0xD00D51) is known color: Ruby. HEX triplet: D0, 0D and 51. RGB value is (208,13,81). Sum of RGB (Red+Green+Blue) = 208+13+81=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 81 (32.03% from 255 or 26.82% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00D51 is #2FF2AE. Grayscale: #4E4E4E. Windows color (decimal): -3142319 or 5311952. OLE color: 5311952.
HSL color Cylindrical-coordinate representation of color #D00D51: hue angle of 339.08º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00D51 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 81 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.18 |
| HSL | 339.08º | 0.88% | 0.43% | - |
| HSV(B) | 339.08º | 0.94% | 0.82% | - |
| XYZ | 27.64 | 14.29 | 9.09 | - |
| YUV | 79.06 | 129.1 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 81 | 0 | 0.94 | 0.61 | 0.18 | 339.08 | 0.88 | 0.43 |
| Hex | D0 | D | 51 | 0 | 5E | 3D | 12 | 153 | 58 | 2B |
| Octal | 320 | 15 | 121 | 0 | 136 | 75 | 22 | 523 | 130 | 53 |
| Binary | 11010000 | 1101 | 1010001 | 0 | 1011110 | 111101 | 10010 | 101010011 | 1011000 | 101011 |
Color Harmonies of #D00D51
Complementary color
Monochromatic Colors of #D00D51
Black with #D00D51
Text Example
Text Example
White with #D00D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00D51; }
p { color: rgb(208,13,81); }
H1.HeaderClassName
{
color: #D00D51;
}
.AnyTagClassName
{
color: #D00D51;
}
</style>
background-color css
<style>
a { background-color: #D00D51; }
a { background-color: rgb(208,13,81); }
div.DivClassName
{
background-color: #D00D51;
}
.BgClassName
{
background-color: #D00D51;
}
</style>
border-color css
<style>
span { border-color: #D00D51; }
span { border-color: rgb(208,13,81); }
td.TdClassName
{
border-color: #D00D51;
}
.TagClassName
{
border-color: #D00D51;
}
</style>