Shades of Ruby #D51450
Tints of Ruby #D51450
RGB
CMYK
RGB Variations
Color information
#D51450 (or 0xD51450) is known color: Ruby. HEX triplet: D5, 14 and 50. RGB value is (213,20,80). Sum of RGB (Red+Green+Blue) = 213+20+80=313 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.05% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 213 - color contains mainly: red. Hex color #D51450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51450 is #2AEBAF. Grayscale: #545454. Windows color (decimal): -2812848 or 5248213. OLE color: 5248213.
HSL color Cylindrical-coordinate representation of color #D51450: hue angle of 341.35º 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 #D51450 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 80 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.16 |
| HSL | 341.35º | 0.83% | 0.46% | - |
| HSV(B) | 341.35º | 0.91% | 0.84% | - |
| XYZ | 29.14 | 15.23 | 8.99 | - |
| YUV | 84.55 | 125.44 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 80 | 0 | 0.91 | 0.62 | 0.16 | 341.35 | 0.83 | 0.46 |
| Hex | D5 | 14 | 50 | 0 | 5B | 3E | 10 | 155 | 53 | 2E |
| Octal | 325 | 24 | 120 | 0 | 133 | 76 | 20 | 525 | 123 | 56 |
| Binary | 11010101 | 10100 | 1010000 | 0 | 1011011 | 111110 | 10000 | 101010101 | 1010011 | 101110 |
Color Harmonies of #D51450
Complementary color
Monochromatic Colors of #D51450
Black with #D51450
Text Example
Text Example
White with #D51450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51450; }
p { color: rgb(213,20,80); }
H1.HeaderClassName
{
color: #D51450;
}
.AnyTagClassName
{
color: #D51450;
}
</style>
background-color css
<style>
a { background-color: #D51450; }
a { background-color: rgb(213,20,80); }
div.DivClassName
{
background-color: #D51450;
}
.BgClassName
{
background-color: #D51450;
}
</style>
border-color css
<style>
span { border-color: #D51450; }
span { border-color: rgb(213,20,80); }
td.TdClassName
{
border-color: #D51450;
}
.TagClassName
{
border-color: #D51450;
}
</style>