Shades of Ruby #D71B54
Tints of Ruby #D71B54
RGB
CMYK
RGB Variations
Color information
#D71B54 (or 0xD71B54) is known color: Ruby. HEX triplet: D7, 1B and 54. RGB value is (215,27,84). Sum of RGB (Red+Green+Blue) = 215+27+84=326 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.95% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 215 - color contains mainly: red. Hex color #D71B54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71B54 is #28E4AB. Grayscale: #595959. Windows color (decimal): -2679980 or 5512151. OLE color: 5512151.
HSL color Cylindrical-coordinate representation of color #D71B54: hue angle of 341.81º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71B54 is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 27 | 84 | - |
| CMYK | 0 | 0.87 | 0.61 | 0.16 |
| HSL | 341.81º | 0.78% | 0.47% | - |
| HSV(B) | 341.81º | 0.87% | 0.84% | - |
| XYZ | 30.02 | 15.87 | 9.87 | - |
| YUV | 89.71 | 124.78 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 27 | 84 | 0 | 0.87 | 0.61 | 0.16 | 341.81 | 0.78 | 0.47 |
| Hex | D7 | 1B | 54 | 0 | 57 | 3D | 10 | 156 | 4E | 2F |
| Octal | 327 | 33 | 124 | 0 | 127 | 75 | 20 | 526 | 116 | 57 |
| Binary | 11010111 | 11011 | 1010100 | 0 | 1010111 | 111101 | 10000 | 101010110 | 1001110 | 101111 |
Color Harmonies of #D71B54
Complementary color
Monochromatic Colors of #D71B54
Black with #D71B54
Text Example
Text Example
White with #D71B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71B54; }
p { color: rgb(215,27,84); }
H1.HeaderClassName
{
color: #D71B54;
}
.AnyTagClassName
{
color: #D71B54;
}
</style>
background-color css
<style>
a { background-color: #D71B54; }
a { background-color: rgb(215,27,84); }
div.DivClassName
{
background-color: #D71B54;
}
.BgClassName
{
background-color: #D71B54;
}
</style>
border-color css
<style>
span { border-color: #D71B54; }
span { border-color: rgb(215,27,84); }
td.TdClassName
{
border-color: #D71B54;
}
.TagClassName
{
border-color: #D71B54;
}
</style>