Shades of Ruby #D01251
Tints of Ruby #D01251
RGB
CMYK
RGB Variations
Color information
#D01251 (or 0xD01251) is known color: Ruby. HEX triplet: D0, 12 and 51. RGB value is (208,18,81). Sum of RGB (Red+Green+Blue) = 208+18+81=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D01251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01251 is #2FEDAE. Grayscale: #515151. Windows color (decimal): -3141039 or 5313232. OLE color: 5313232.
HSL color Cylindrical-coordinate representation of color #D01251: hue angle of 340.11º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D01251 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 81 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.18 |
| HSL | 340.11º | 0.84% | 0.44% | - |
| HSV(B) | 340.11º | 0.91% | 0.82% | - |
| XYZ | 27.71 | 14.44 | 9.11 | - |
| YUV | 81.99 | 127.45 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 81 | 0 | 0.91 | 0.61 | 0.18 | 340.11 | 0.84 | 0.44 |
| Hex | D0 | 12 | 51 | 0 | 5B | 3D | 12 | 154 | 54 | 2C |
| Octal | 320 | 22 | 121 | 0 | 133 | 75 | 22 | 524 | 124 | 54 |
| Binary | 11010000 | 10010 | 1010001 | 0 | 1011011 | 111101 | 10010 | 101010100 | 1010100 | 101100 |
Color Harmonies of #D01251
Complementary color
Monochromatic Colors of #D01251
Black with #D01251
Text Example
Text Example
White with #D01251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01251; }
p { color: rgb(208,18,81); }
H1.HeaderClassName
{
color: #D01251;
}
.AnyTagClassName
{
color: #D01251;
}
</style>
background-color css
<style>
a { background-color: #D01251; }
a { background-color: rgb(208,18,81); }
div.DivClassName
{
background-color: #D01251;
}
.BgClassName
{
background-color: #D01251;
}
</style>
border-color css
<style>
span { border-color: #D01251; }
span { border-color: rgb(208,18,81); }
td.TdClassName
{
border-color: #D01251;
}
.TagClassName
{
border-color: #D01251;
}
</style>