Shades of Ruby #D31356
Tints of Ruby #D31356
RGB
CMYK
RGB Variations
Color information
#D31356 (or 0xD31356) is known color: Ruby. HEX triplet: D3, 13 and 56. RGB value is (211,19,86). Sum of RGB (Red+Green+Blue) = 211+19+86=316 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.77% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 211 - color contains mainly: red. Hex color #D31356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31356 is #2CECA9. Grayscale: #535353. Windows color (decimal): -2944170 or 5641171. OLE color: 5641171.
HSL color Cylindrical-coordinate representation of color #D31356: hue angle of 339.06º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D31356 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 19 | 86 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.17 |
| HSL | 339.06º | 0.83% | 0.45% | - |
| HSV(B) | 339.06º | 0.91% | 0.83% | - |
| XYZ | 28.78 | 14.99 | 10.18 | - |
| YUV | 84.05 | 129.11 | 218.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 19 | 86 | 0 | 0.91 | 0.59 | 0.17 | 339.06 | 0.83 | 0.45 |
| Hex | D3 | 13 | 56 | 0 | 5B | 3B | 11 | 153 | 53 | 2D |
| Octal | 323 | 23 | 126 | 0 | 133 | 73 | 21 | 523 | 123 | 55 |
| Binary | 11010011 | 10011 | 1010110 | 0 | 1011011 | 111011 | 10001 | 101010011 | 1010011 | 101101 |
Color Harmonies of #D31356
Complementary color
Monochromatic Colors of #D31356
Black with #D31356
Text Example
Text Example
White with #D31356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31356; }
p { color: rgb(211,19,86); }
H1.HeaderClassName
{
color: #D31356;
}
.AnyTagClassName
{
color: #D31356;
}
</style>
background-color css
<style>
a { background-color: #D31356; }
a { background-color: rgb(211,19,86); }
div.DivClassName
{
background-color: #D31356;
}
.BgClassName
{
background-color: #D31356;
}
</style>
border-color css
<style>
span { border-color: #D31356; }
span { border-color: rgb(211,19,86); }
td.TdClassName
{
border-color: #D31356;
}
.TagClassName
{
border-color: #D31356;
}
</style>