Shades of Ruby #D31051
Tints of Ruby #D31051
RGB
CMYK
RGB Variations
Color information
#D31051 (or 0xD31051) is known color: Ruby. HEX triplet: D3, 10 and 51. RGB value is (211,16,81). Sum of RGB (Red+Green+Blue) = 211+16+81=308 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.51% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 211 - color contains mainly: red. Hex color #D31051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31051 is #2CEFAE. Grayscale: #515151. Windows color (decimal): -2944943 or 5312723. OLE color: 5312723.
HSL color Cylindrical-coordinate representation of color #D31051: hue angle of 340º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D31051 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 16 | 81 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.17 |
| HSL | 340º | 0.86% | 0.45% | - |
| HSV(B) | 340º | 0.92% | 0.83% | - |
| XYZ | 28.53 | 14.81 | 9.14 | - |
| YUV | 81.72 | 127.6 | 220.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 16 | 81 | 0 | 0.92 | 0.62 | 0.17 | 340 | 0.86 | 0.45 |
| Hex | D3 | 10 | 51 | 0 | 5C | 3E | 11 | 154 | 56 | 2D |
| Octal | 323 | 20 | 121 | 0 | 134 | 76 | 21 | 524 | 126 | 55 |
| Binary | 11010011 | 10000 | 1010001 | 0 | 1011100 | 111110 | 10001 | 101010100 | 1010110 | 101101 |
Color Harmonies of #D31051
Complementary color
Monochromatic Colors of #D31051
Black with #D31051
Text Example
Text Example
White with #D31051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31051; }
p { color: rgb(211,16,81); }
H1.HeaderClassName
{
color: #D31051;
}
.AnyTagClassName
{
color: #D31051;
}
</style>
background-color css
<style>
a { background-color: #D31051; }
a { background-color: rgb(211,16,81); }
div.DivClassName
{
background-color: #D31051;
}
.BgClassName
{
background-color: #D31051;
}
</style>
border-color css
<style>
span { border-color: #D31051; }
span { border-color: rgb(211,16,81); }
td.TdClassName
{
border-color: #D31051;
}
.TagClassName
{
border-color: #D31051;
}
</style>