Shades of Ruby #D71853
Tints of Ruby #D71853
RGB
CMYK
RGB Variations
Color information
#D71853 (or 0xD71853) is known color: Ruby. HEX triplet: D7, 18 and 53. RGB value is (215,24,83). Sum of RGB (Red+Green+Blue) = 215+24+83=322 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.77% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 215 - color contains mainly: red. Hex color #D71853 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71853 is #28E7AC. Grayscale: #575757. Windows color (decimal): -2680749 or 5445847. OLE color: 5445847.
HSL color Cylindrical-coordinate representation of color #D71853: hue angle of 341.47º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D71853 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 83 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.16 |
| HSL | 341.47º | 0.8% | 0.47% | - |
| HSV(B) | 341.47º | 0.89% | 0.84% | - |
| XYZ | 29.91 | 15.72 | 9.64 | - |
| YUV | 87.84 | 125.28 | 218.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 83 | 0 | 0.89 | 0.61 | 0.16 | 341.47 | 0.8 | 0.47 |
| Hex | D7 | 18 | 53 | 0 | 59 | 3D | 10 | 155 | 50 | 2F |
| Octal | 327 | 30 | 123 | 0 | 131 | 75 | 20 | 525 | 120 | 57 |
| Binary | 11010111 | 11000 | 1010011 | 0 | 1011001 | 111101 | 10000 | 101010101 | 1010000 | 101111 |
Color Harmonies of #D71853
Complementary color
Monochromatic Colors of #D71853
Black with #D71853
Text Example
Text Example
White with #D71853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71853; }
p { color: rgb(215,24,83); }
H1.HeaderClassName
{
color: #D71853;
}
.AnyTagClassName
{
color: #D71853;
}
</style>
background-color css
<style>
a { background-color: #D71853; }
a { background-color: rgb(215,24,83); }
div.DivClassName
{
background-color: #D71853;
}
.BgClassName
{
background-color: #D71853;
}
</style>
border-color css
<style>
span { border-color: #D71853; }
span { border-color: rgb(215,24,83); }
td.TdClassName
{
border-color: #D71853;
}
.TagClassName
{
border-color: #D71853;
}
</style>