Shades of Ruby #D51452
Tints of Ruby #D51452
RGB
CMYK
RGB Variations
Color information
#D51452 (or 0xD51452) is known color: Ruby. HEX triplet: D5, 14 and 52. RGB value is (213,20,82). Sum of RGB (Red+Green+Blue) = 213+20+82=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D51452 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51452 is #2AEBAD. Grayscale: #545454. Windows color (decimal): -2812846 or 5379285. OLE color: 5379285.
HSL color Cylindrical-coordinate representation of color #D51452: hue angle of 340.73º 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 #D51452 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 82 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.16 |
| HSL | 340.73º | 0.83% | 0.46% | - |
| HSV(B) | 340.73º | 0.91% | 0.84% | - |
| XYZ | 29.21 | 15.26 | 9.39 | - |
| YUV | 84.78 | 126.44 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 82 | 0 | 0.91 | 0.62 | 0.16 | 340.73 | 0.83 | 0.46 |
| Hex | D5 | 14 | 52 | 0 | 5B | 3E | 10 | 155 | 53 | 2E |
| Octal | 325 | 24 | 122 | 0 | 133 | 76 | 20 | 525 | 123 | 56 |
| Binary | 11010101 | 10100 | 1010010 | 0 | 1011011 | 111110 | 10000 | 101010101 | 1010011 | 101110 |
Color Harmonies of #D51452
Complementary color
Monochromatic Colors of #D51452
Black with #D51452
Text Example
Text Example
White with #D51452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51452; }
p { color: rgb(213,20,82); }
H1.HeaderClassName
{
color: #D51452;
}
.AnyTagClassName
{
color: #D51452;
}
</style>
background-color css
<style>
a { background-color: #D51452; }
a { background-color: rgb(213,20,82); }
div.DivClassName
{
background-color: #D51452;
}
.BgClassName
{
background-color: #D51452;
}
</style>
border-color css
<style>
span { border-color: #D51452; }
span { border-color: rgb(213,20,82); }
td.TdClassName
{
border-color: #D51452;
}
.TagClassName
{
border-color: #D51452;
}
</style>