Shades of Ruby #D01551
Tints of Ruby #D01551
RGB
CMYK
RGB Variations
Color information
#D01551 (or 0xD01551) is known color: Ruby. HEX triplet: D0, 15 and 51. RGB value is (208,21,81). Sum of RGB (Red+Green+Blue) = 208+21+81=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D01551 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01551 is #2FEAAE. Grayscale: #535353. Windows color (decimal): -3140271 or 5314000. OLE color: 5314000.
HSL color Cylindrical-coordinate representation of color #D01551: hue angle of 340.75º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01551 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 21 | 81 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.18 |
| HSL | 340.75º | 0.82% | 0.45% | - |
| HSV(B) | 340.75º | 0.9% | 0.82% | - |
| XYZ | 27.77 | 14.54 | 9.13 | - |
| YUV | 83.75 | 126.45 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 21 | 81 | 0 | 0.90 | 0.61 | 0.18 | 340.75 | 0.82 | 0.45 |
| Hex | D0 | 15 | 51 | 0 | 5A | 3D | 12 | 155 | 52 | 2D |
| Octal | 320 | 25 | 121 | 0 | 132 | 75 | 22 | 525 | 122 | 55 |
| Binary | 11010000 | 10101 | 1010001 | 0 | 1011010 | 111101 | 10010 | 101010101 | 1010010 | 101101 |
Color Harmonies of #D01551
Complementary color
Monochromatic Colors of #D01551
Black with #D01551
Text Example
Text Example
White with #D01551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01551; }
p { color: rgb(208,21,81); }
H1.HeaderClassName
{
color: #D01551;
}
.AnyTagClassName
{
color: #D01551;
}
</style>
background-color css
<style>
a { background-color: #D01551; }
a { background-color: rgb(208,21,81); }
div.DivClassName
{
background-color: #D01551;
}
.BgClassName
{
background-color: #D01551;
}
</style>
border-color css
<style>
span { border-color: #D01551; }
span { border-color: rgb(208,21,81); }
td.TdClassName
{
border-color: #D01551;
}
.TagClassName
{
border-color: #D01551;
}
</style>