Shades of Ruby #D71C52
Tints of Ruby #D71C52
RGB
CMYK
RGB Variations
Color information
#D71C52 (or 0xD71C52) is known color: Ruby. HEX triplet: D7, 1C and 52. RGB value is (215,28,82). Sum of RGB (Red+Green+Blue) = 215+28+82=325 (43% of max value = 765). Red value is 215 (84.38% from 255 or 66.15% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71C52 is #28E3AD. Grayscale: #5A5A5A. Windows color (decimal): -2679726 or 5381335. OLE color: 5381335.
HSL color Cylindrical-coordinate representation of color #D71C52: hue angle of 342.67º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71C52 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 28 | 82 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.16 |
| HSL | 342.67º | 0.77% | 0.48% | - |
| HSV(B) | 342.67º | 0.87% | 0.84% | - |
| XYZ | 29.96 | 15.89 | 9.47 | - |
| YUV | 90.07 | 123.45 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 28 | 82 | 0 | 0.87 | 0.62 | 0.16 | 342.67 | 0.77 | 0.48 |
| Hex | D7 | 1C | 52 | 0 | 57 | 3E | 10 | 157 | 4D | 30 |
| Octal | 327 | 34 | 122 | 0 | 127 | 76 | 20 | 527 | 115 | 60 |
| Binary | 11010111 | 11100 | 1010010 | 0 | 1010111 | 111110 | 10000 | 101010111 | 1001101 | 110000 |
Color Harmonies of #D71C52
Complementary color
Monochromatic Colors of #D71C52
Black with #D71C52
Text Example
Text Example
White with #D71C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71C52; }
p { color: rgb(215,28,82); }
H1.HeaderClassName
{
color: #D71C52;
}
.AnyTagClassName
{
color: #D71C52;
}
</style>
background-color css
<style>
a { background-color: #D71C52; }
a { background-color: rgb(215,28,82); }
div.DivClassName
{
background-color: #D71C52;
}
.BgClassName
{
background-color: #D71C52;
}
</style>
border-color css
<style>
span { border-color: #D71C52; }
span { border-color: rgb(215,28,82); }
td.TdClassName
{
border-color: #D71C52;
}
.TagClassName
{
border-color: #D71C52;
}
</style>