Shades of Ruby #D31256
Tints of Ruby #D31256
RGB
CMYK
RGB Variations
Color information
#D31256 (or 0xD31256) is known color: Ruby. HEX triplet: D3, 12 and 56. RGB value is (211,18,86). Sum of RGB (Red+Green+Blue) = 211+18+86=315 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.98% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 211 - color contains mainly: red. Hex color #D31256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31256 is #2CEDA9. Grayscale: #535353. Windows color (decimal): -2944426 or 5640915. OLE color: 5640915.
HSL color Cylindrical-coordinate representation of color #D31256: hue angle of 338.86º degrees, saturation: 0.84, 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 #D31256 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 18 | 86 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.17 |
| HSL | 338.86º | 0.84% | 0.45% | - |
| HSV(B) | 338.86º | 0.91% | 0.83% | - |
| XYZ | 28.76 | 14.95 | 10.17 | - |
| YUV | 83.46 | 129.44 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 18 | 86 | 0 | 0.91 | 0.59 | 0.17 | 338.86 | 0.84 | 0.45 |
| Hex | D3 | 12 | 56 | 0 | 5B | 3B | 11 | 153 | 54 | 2D |
| Octal | 323 | 22 | 126 | 0 | 133 | 73 | 21 | 523 | 124 | 55 |
| Binary | 11010011 | 10010 | 1010110 | 0 | 1011011 | 111011 | 10001 | 101010011 | 1010100 | 101101 |
Color Harmonies of #D31256
Complementary color
Monochromatic Colors of #D31256
Black with #D31256
Text Example
Text Example
White with #D31256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31256; }
p { color: rgb(211,18,86); }
H1.HeaderClassName
{
color: #D31256;
}
.AnyTagClassName
{
color: #D31256;
}
</style>
background-color css
<style>
a { background-color: #D31256; }
a { background-color: rgb(211,18,86); }
div.DivClassName
{
background-color: #D31256;
}
.BgClassName
{
background-color: #D31256;
}
</style>
border-color css
<style>
span { border-color: #D31256; }
span { border-color: rgb(211,18,86); }
td.TdClassName
{
border-color: #D31256;
}
.TagClassName
{
border-color: #D31256;
}
</style>