Shades of Ruby #D71357
Tints of Ruby #D71357
RGB
CMYK
RGB Variations
Color information
#D71357 (or 0xD71357) is known color: Ruby. HEX triplet: D7, 13 and 57. RGB value is (215,19,87). Sum of RGB (Red+Green+Blue) = 215+19+87=321 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.98% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 215 - color contains mainly: red. Hex color #D71357 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71357 is #28ECA8. Grayscale: #555555. Windows color (decimal): -2682025 or 5706711. OLE color: 5706711.
HSL color Cylindrical-coordinate representation of color #D71357: hue angle of 339.18º 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 #D71357 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 19 | 87 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.16 |
| HSL | 339.18º | 0.84% | 0.46% | - |
| HSV(B) | 339.18º | 0.91% | 0.84% | - |
| XYZ | 29.98 | 15.6 | 10.45 | - |
| YUV | 85.36 | 128.93 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 19 | 87 | 0 | 0.91 | 0.60 | 0.16 | 339.18 | 0.84 | 0.46 |
| Hex | D7 | 13 | 57 | 0 | 5B | 3C | 10 | 153 | 54 | 2E |
| Octal | 327 | 23 | 127 | 0 | 133 | 74 | 20 | 523 | 124 | 56 |
| Binary | 11010111 | 10011 | 1010111 | 0 | 1011011 | 111100 | 10000 | 101010011 | 1010100 | 101110 |
Color Harmonies of #D71357
Complementary color
Monochromatic Colors of #D71357
Black with #D71357
Text Example
Text Example
White with #D71357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71357; }
p { color: rgb(215,19,87); }
H1.HeaderClassName
{
color: #D71357;
}
.AnyTagClassName
{
color: #D71357;
}
</style>
background-color css
<style>
a { background-color: #D71357; }
a { background-color: rgb(215,19,87); }
div.DivClassName
{
background-color: #D71357;
}
.BgClassName
{
background-color: #D71357;
}
</style>
border-color css
<style>
span { border-color: #D71357; }
span { border-color: rgb(215,19,87); }
td.TdClassName
{
border-color: #D71357;
}
.TagClassName
{
border-color: #D71357;
}
</style>