Shades of Ruby #D31456
Tints of Ruby #D31456
RGB
CMYK
RGB Variations
Color information
#D31456 (or 0xD31456) is known color: Ruby. HEX triplet: D3, 14 and 56. RGB value is (211,20,86). Sum of RGB (Red+Green+Blue) = 211+20+86=317 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.56% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 211 - color contains mainly: red. Hex color #D31456 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31456 is #2CEBA9. Grayscale: #545454. Windows color (decimal): -2943914 or 5641427. OLE color: 5641427.
HSL color Cylindrical-coordinate representation of color #D31456: hue angle of 339.27º 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 #D31456 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 20 | 86 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.17 |
| HSL | 339.27º | 0.83% | 0.45% | - |
| HSV(B) | 339.27º | 0.91% | 0.83% | - |
| XYZ | 28.79 | 15.02 | 10.19 | - |
| YUV | 84.63 | 128.78 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 20 | 86 | 0 | 0.91 | 0.59 | 0.17 | 339.27 | 0.83 | 0.45 |
| Hex | D3 | 14 | 56 | 0 | 5B | 3B | 11 | 153 | 53 | 2D |
| Octal | 323 | 24 | 126 | 0 | 133 | 73 | 21 | 523 | 123 | 55 |
| Binary | 11010011 | 10100 | 1010110 | 0 | 1011011 | 111011 | 10001 | 101010011 | 1010011 | 101101 |
Color Harmonies of #D31456
Complementary color
Monochromatic Colors of #D31456
Black with #D31456
Text Example
Text Example
White with #D31456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31456; }
p { color: rgb(211,20,86); }
H1.HeaderClassName
{
color: #D31456;
}
.AnyTagClassName
{
color: #D31456;
}
</style>
background-color css
<style>
a { background-color: #D31456; }
a { background-color: rgb(211,20,86); }
div.DivClassName
{
background-color: #D31456;
}
.BgClassName
{
background-color: #D31456;
}
</style>
border-color css
<style>
span { border-color: #D31456; }
span { border-color: rgb(211,20,86); }
td.TdClassName
{
border-color: #D31456;
}
.TagClassName
{
border-color: #D31456;
}
</style>