Shades of Ruby #D31260
Tints of Ruby #D31260
RGB
CMYK
RGB Variations
Color information
#D31260 (or 0xD31260) is known color: Ruby. HEX triplet: D3, 12 and 60. RGB value is (211,18,96). Sum of RGB (Red+Green+Blue) = 211+18+96=325 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.92% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 211 - color contains mainly: red. Hex color #D31260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31260 is #2CED9F. Grayscale: #545454. Windows color (decimal): -2944416 or 6296275. OLE color: 6296275.
HSL color Cylindrical-coordinate representation of color #D31260: hue angle of 335.75º 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 #D31260 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 18 | 96 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.17 |
| HSL | 335.75º | 0.84% | 0.45% | - |
| HSV(B) | 335.75º | 0.91% | 0.83% | - |
| XYZ | 29.19 | 15.13 | 12.45 | - |
| YUV | 84.6 | 134.44 | 218.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 18 | 96 | 0 | 0.91 | 0.55 | 0.17 | 335.75 | 0.84 | 0.45 |
| Hex | D3 | 12 | 60 | 0 | 5B | 37 | 11 | 150 | 54 | 2D |
| Octal | 323 | 22 | 140 | 0 | 133 | 67 | 21 | 520 | 124 | 55 |
| Binary | 11010011 | 10010 | 1100000 | 0 | 1011011 | 110111 | 10001 | 101010000 | 1010100 | 101101 |
Color Harmonies of #D31260
Complementary color
Monochromatic Colors of #D31260
Black with #D31260
Text Example
Text Example
White with #D31260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31260; }
p { color: rgb(211,18,96); }
H1.HeaderClassName
{
color: #D31260;
}
.AnyTagClassName
{
color: #D31260;
}
</style>
background-color css
<style>
a { background-color: #D31260; }
a { background-color: rgb(211,18,96); }
div.DivClassName
{
background-color: #D31260;
}
.BgClassName
{
background-color: #D31260;
}
</style>
border-color css
<style>
span { border-color: #D31260; }
span { border-color: rgb(211,18,96); }
td.TdClassName
{
border-color: #D31260;
}
.TagClassName
{
border-color: #D31260;
}
</style>