Shades of Ruby #D71A55
Tints of Ruby #D71A55
RGB
CMYK
RGB Variations
Color information
#D71A55 (or 0xD71A55) is known color: Ruby. HEX triplet: D7, 1A and 55. RGB value is (215,26,85). Sum of RGB (Red+Green+Blue) = 215+26+85=326 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.95% from 326); Green value is 26 (10.55% from 255 or 7.98% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 215 - color contains mainly: red. Hex color #D71A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71A55 is #28E5AA. Grayscale: #595959. Windows color (decimal): -2680235 or 5577431. OLE color: 5577431.
HSL color Cylindrical-coordinate representation of color #D71A55: hue angle of 341.27º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71A55 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 26 | 85 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.16 |
| HSL | 341.27º | 0.78% | 0.47% | - |
| HSV(B) | 341.27º | 0.88% | 0.84% | - |
| XYZ | 30.03 | 15.84 | 10.07 | - |
| YUV | 89.24 | 125.62 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 26 | 85 | 0 | 0.88 | 0.60 | 0.16 | 341.27 | 0.78 | 0.47 |
| Hex | D7 | 1A | 55 | 0 | 58 | 3C | 10 | 155 | 4E | 2F |
| Octal | 327 | 32 | 125 | 0 | 130 | 74 | 20 | 525 | 116 | 57 |
| Binary | 11010111 | 11010 | 1010101 | 0 | 1011000 | 111100 | 10000 | 101010101 | 1001110 | 101111 |
Color Harmonies of #D71A55
Complementary color
Monochromatic Colors of #D71A55
Black with #D71A55
Text Example
Text Example
White with #D71A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71A55; }
p { color: rgb(215,26,85); }
H1.HeaderClassName
{
color: #D71A55;
}
.AnyTagClassName
{
color: #D71A55;
}
</style>
background-color css
<style>
a { background-color: #D71A55; }
a { background-color: rgb(215,26,85); }
div.DivClassName
{
background-color: #D71A55;
}
.BgClassName
{
background-color: #D71A55;
}
</style>
border-color css
<style>
span { border-color: #D71A55; }
span { border-color: rgb(215,26,85); }
td.TdClassName
{
border-color: #D71A55;
}
.TagClassName
{
border-color: #D71A55;
}
</style>