Shades of Ruby #D71451
Tints of Ruby #D71451
RGB
CMYK
RGB Variations
Color information
#D71451 (or 0xD71451) is known color: Ruby. HEX triplet: D7, 14 and 51. RGB value is (215,20,81). Sum of RGB (Red+Green+Blue) = 215+20+81=316 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.04% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 215 - color contains mainly: red. Hex color #D71451 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71451 is #28EBAE. Grayscale: #555555. Windows color (decimal): -2681775 or 5313751. OLE color: 5313751.
HSL color Cylindrical-coordinate representation of color #D71451: hue angle of 341.23º 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 #D71451 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 81 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.16 |
| HSL | 341.23º | 0.83% | 0.46% | - |
| HSV(B) | 341.23º | 0.91% | 0.84% | - |
| XYZ | 29.76 | 15.54 | 9.22 | - |
| YUV | 85.26 | 125.6 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 81 | 0 | 0.91 | 0.62 | 0.16 | 341.23 | 0.83 | 0.46 |
| Hex | D7 | 14 | 51 | 0 | 5B | 3E | 10 | 155 | 53 | 2E |
| Octal | 327 | 24 | 121 | 0 | 133 | 76 | 20 | 525 | 123 | 56 |
| Binary | 11010111 | 10100 | 1010001 | 0 | 1011011 | 111110 | 10000 | 101010101 | 1010011 | 101110 |
Color Harmonies of #D71451
Complementary color
Monochromatic Colors of #D71451
Black with #D71451
Text Example
Text Example
White with #D71451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71451; }
p { color: rgb(215,20,81); }
H1.HeaderClassName
{
color: #D71451;
}
.AnyTagClassName
{
color: #D71451;
}
</style>
background-color css
<style>
a { background-color: #D71451; }
a { background-color: rgb(215,20,81); }
div.DivClassName
{
background-color: #D71451;
}
.BgClassName
{
background-color: #D71451;
}
</style>
border-color css
<style>
span { border-color: #D71451; }
span { border-color: rgb(215,20,81); }
td.TdClassName
{
border-color: #D71451;
}
.TagClassName
{
border-color: #D71451;
}
</style>