Shades of Ruby #D51453
Tints of Ruby #D51453
RGB
CMYK
RGB Variations
Color information
#D51453 (or 0xD51453) is known color: Ruby. HEX triplet: D5, 14 and 53. RGB value is (213,20,83). Sum of RGB (Red+Green+Blue) = 213+20+83=316 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.41% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 213 - color contains mainly: red. Hex color #D51453 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51453 is #2AEBAC. Grayscale: #545454. Windows color (decimal): -2812845 or 5444821. OLE color: 5444821.
HSL color Cylindrical-coordinate representation of color #D51453: hue angle of 340.41º 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 #D51453 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 83 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.16 |
| HSL | 340.41º | 0.83% | 0.46% | - |
| HSV(B) | 340.41º | 0.91% | 0.84% | - |
| XYZ | 29.25 | 15.27 | 9.59 | - |
| YUV | 84.89 | 126.94 | 219.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 83 | 0 | 0.91 | 0.61 | 0.16 | 340.41 | 0.83 | 0.46 |
| Hex | D5 | 14 | 53 | 0 | 5B | 3D | 10 | 154 | 53 | 2E |
| Octal | 325 | 24 | 123 | 0 | 133 | 75 | 20 | 524 | 123 | 56 |
| Binary | 11010101 | 10100 | 1010011 | 0 | 1011011 | 111101 | 10000 | 101010100 | 1010011 | 101110 |
Color Harmonies of #D51453
Complementary color
Monochromatic Colors of #D51453
Black with #D51453
Text Example
Text Example
White with #D51453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51453; }
p { color: rgb(213,20,83); }
H1.HeaderClassName
{
color: #D51453;
}
.AnyTagClassName
{
color: #D51453;
}
</style>
background-color css
<style>
a { background-color: #D51453; }
a { background-color: rgb(213,20,83); }
div.DivClassName
{
background-color: #D51453;
}
.BgClassName
{
background-color: #D51453;
}
</style>
border-color css
<style>
span { border-color: #D51453; }
span { border-color: rgb(213,20,83); }
td.TdClassName
{
border-color: #D51453;
}
.TagClassName
{
border-color: #D51453;
}
</style>