Shades of Ruby #D71351
Tints of Ruby #D71351
RGB
CMYK
RGB Variations
Color information
#D71351 (or 0xD71351) is known color: Ruby. HEX triplet: D7, 13 and 51. RGB value is (215,19,81). Sum of RGB (Red+Green+Blue) = 215+19+81=315 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.25% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 215 - color contains mainly: red. Hex color #D71351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71351 is #28ECAE. Grayscale: #545454. Windows color (decimal): -2682031 or 5313495. OLE color: 5313495.
HSL color Cylindrical-coordinate representation of color #D71351: hue angle of 341.02º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D71351 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 19 | 81 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.16 |
| HSL | 341.02º | 0.84% | 0.46% | - |
| HSV(B) | 341.02º | 0.91% | 0.84% | - |
| XYZ | 29.74 | 15.51 | 9.21 | - |
| YUV | 84.67 | 125.93 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 19 | 81 | 0 | 0.91 | 0.62 | 0.16 | 341.02 | 0.84 | 0.46 |
| Hex | D7 | 13 | 51 | 0 | 5B | 3E | 10 | 155 | 54 | 2E |
| Octal | 327 | 23 | 121 | 0 | 133 | 76 | 20 | 525 | 124 | 56 |
| Binary | 11010111 | 10011 | 1010001 | 0 | 1011011 | 111110 | 10000 | 101010101 | 1010100 | 101110 |
Color Harmonies of #D71351
Complementary color
Monochromatic Colors of #D71351
Black with #D71351
Text Example
Text Example
White with #D71351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71351; }
p { color: rgb(215,19,81); }
H1.HeaderClassName
{
color: #D71351;
}
.AnyTagClassName
{
color: #D71351;
}
</style>
background-color css
<style>
a { background-color: #D71351; }
a { background-color: rgb(215,19,81); }
div.DivClassName
{
background-color: #D71351;
}
.BgClassName
{
background-color: #D71351;
}
</style>
border-color css
<style>
span { border-color: #D71351; }
span { border-color: rgb(215,19,81); }
td.TdClassName
{
border-color: #D71351;
}
.TagClassName
{
border-color: #D71351;
}
</style>