Shades of Ruby #D71250
Tints of Ruby #D71250
RGB
CMYK
RGB Variations
Color information
#D71250 (or 0xD71250) is known color: Ruby. HEX triplet: D7, 12 and 50. RGB value is (215,18,80). Sum of RGB (Red+Green+Blue) = 215+18+80=313 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.69% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 215 - color contains mainly: red. Hex color #D71250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71250 is #28EDAF. Grayscale: #535353. Windows color (decimal): -2682288 or 5247703. OLE color: 5247703.
HSL color Cylindrical-coordinate representation of color #D71250: hue angle of 341.12º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D71250 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 18 | 80 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.16 |
| HSL | 341.12º | 0.85% | 0.46% | - |
| HSV(B) | 341.12º | 0.92% | 0.84% | - |
| XYZ | 29.69 | 15.46 | 9.01 | - |
| YUV | 83.97 | 125.77 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 18 | 80 | 0 | 0.92 | 0.63 | 0.16 | 341.12 | 0.85 | 0.46 |
| Hex | D7 | 12 | 50 | 0 | 5C | 3F | 10 | 155 | 55 | 2E |
| Octal | 327 | 22 | 120 | 0 | 134 | 77 | 20 | 525 | 125 | 56 |
| Binary | 11010111 | 10010 | 1010000 | 0 | 1011100 | 111111 | 10000 | 101010101 | 1010101 | 101110 |
Color Harmonies of #D71250
Complementary color
Monochromatic Colors of #D71250
Black with #D71250
Text Example
Text Example
White with #D71250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71250; }
p { color: rgb(215,18,80); }
H1.HeaderClassName
{
color: #D71250;
}
.AnyTagClassName
{
color: #D71250;
}
</style>
background-color css
<style>
a { background-color: #D71250; }
a { background-color: rgb(215,18,80); }
div.DivClassName
{
background-color: #D71250;
}
.BgClassName
{
background-color: #D71250;
}
</style>
border-color css
<style>
span { border-color: #D71250; }
span { border-color: rgb(215,18,80); }
td.TdClassName
{
border-color: #D71250;
}
.TagClassName
{
border-color: #D71250;
}
</style>