Shades of Ruby #D71454
Tints of Ruby #D71454
RGB
CMYK
RGB Variations
Color information
#D71454 (or 0xD71454) is known color: Ruby. HEX triplet: D7, 14 and 54. RGB value is (215,20,84). Sum of RGB (Red+Green+Blue) = 215+20+84=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D71454 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71454 is #28EBAB. Grayscale: #555555. Windows color (decimal): -2681772 or 5510359. OLE color: 5510359.
HSL color Cylindrical-coordinate representation of color #D71454: hue angle of 340.31º degrees, saturation: 0.83, 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 #D71454 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 84 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.16 |
| HSL | 340.31º | 0.83% | 0.46% | - |
| HSV(B) | 340.31º | 0.91% | 0.84% | - |
| XYZ | 29.87 | 15.59 | 9.82 | - |
| YUV | 85.6 | 127.1 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 84 | 0 | 0.91 | 0.61 | 0.16 | 340.31 | 0.83 | 0.46 |
| Hex | D7 | 14 | 54 | 0 | 5B | 3D | 10 | 154 | 53 | 2E |
| Octal | 327 | 24 | 124 | 0 | 133 | 75 | 20 | 524 | 123 | 56 |
| Binary | 11010111 | 10100 | 1010100 | 0 | 1011011 | 111101 | 10000 | 101010100 | 1010011 | 101110 |
Color Harmonies of #D71454
Complementary color
Monochromatic Colors of #D71454
Black with #D71454
Text Example
Text Example
White with #D71454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71454; }
p { color: rgb(215,20,84); }
H1.HeaderClassName
{
color: #D71454;
}
.AnyTagClassName
{
color: #D71454;
}
</style>
background-color css
<style>
a { background-color: #D71454; }
a { background-color: rgb(215,20,84); }
div.DivClassName
{
background-color: #D71454;
}
.BgClassName
{
background-color: #D71454;
}
</style>
border-color css
<style>
span { border-color: #D71454; }
span { border-color: rgb(215,20,84); }
td.TdClassName
{
border-color: #D71454;
}
.TagClassName
{
border-color: #D71454;
}
</style>