Shades of Ruby #D51D52
Tints of Ruby #D51D52
RGB
CMYK
RGB Variations
Color information
#D51D52 (or 0xD51D52) is known color: Ruby. HEX triplet: D5, 1D and 52. RGB value is (213,29,82). Sum of RGB (Red+Green+Blue) = 213+29+82=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D51D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51D52 is #2AE2AD. Grayscale: #5A5A5A. Windows color (decimal): -2810542 or 5381589. OLE color: 5381589.
HSL color Cylindrical-coordinate representation of color #D51D52: hue angle of 342.72º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D51D52 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 29 | 82 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.16 |
| HSL | 342.72º | 0.76% | 0.47% | - |
| HSV(B) | 342.72º | 0.86% | 0.84% | - |
| XYZ | 29.4 | 15.63 | 9.45 | - |
| YUV | 90.06 | 123.46 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 29 | 82 | 0 | 0.86 | 0.62 | 0.16 | 342.72 | 0.76 | 0.47 |
| Hex | D5 | 1D | 52 | 0 | 56 | 3E | 10 | 157 | 4C | 2F |
| Octal | 325 | 35 | 122 | 0 | 126 | 76 | 20 | 527 | 114 | 57 |
| Binary | 11010101 | 11101 | 1010010 | 0 | 1010110 | 111110 | 10000 | 101010111 | 1001100 | 101111 |
Color Harmonies of #D51D52
Complementary color
Monochromatic Colors of #D51D52
Black with #D51D52
Text Example
Text Example
White with #D51D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51D52; }
p { color: rgb(213,29,82); }
H1.HeaderClassName
{
color: #D51D52;
}
.AnyTagClassName
{
color: #D51D52;
}
</style>
background-color css
<style>
a { background-color: #D51D52; }
a { background-color: rgb(213,29,82); }
div.DivClassName
{
background-color: #D51D52;
}
.BgClassName
{
background-color: #D51D52;
}
</style>
border-color css
<style>
span { border-color: #D51D52; }
span { border-color: rgb(213,29,82); }
td.TdClassName
{
border-color: #D51D52;
}
.TagClassName
{
border-color: #D51D52;
}
</style>