Shades of Ruby #D31453
Tints of Ruby #D31453
RGB
CMYK
RGB Variations
Color information
#D31453 (or 0xD31453) is known color: Ruby. HEX triplet: D3, 14 and 53. RGB value is (211,20,83). Sum of RGB (Red+Green+Blue) = 211+20+83=314 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.20% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 211 - color contains mainly: red. Hex color #D31453 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31453 is #2CEBAC. Grayscale: #545454. Windows color (decimal): -2943917 or 5444819. OLE color: 5444819.
HSL color Cylindrical-coordinate representation of color #D31453: hue angle of 340.21º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D31453 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 20 | 83 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.17 |
| HSL | 340.21º | 0.83% | 0.45% | - |
| HSV(B) | 340.21º | 0.91% | 0.83% | - |
| XYZ | 28.68 | 14.97 | 9.56 | - |
| YUV | 84.29 | 127.28 | 218.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 20 | 83 | 0 | 0.91 | 0.61 | 0.17 | 340.21 | 0.83 | 0.45 |
| Hex | D3 | 14 | 53 | 0 | 5B | 3D | 11 | 154 | 53 | 2D |
| Octal | 323 | 24 | 123 | 0 | 133 | 75 | 21 | 524 | 123 | 55 |
| Binary | 11010011 | 10100 | 1010011 | 0 | 1011011 | 111101 | 10001 | 101010100 | 1010011 | 101101 |
Color Harmonies of #D31453
Complementary color
Monochromatic Colors of #D31453
Black with #D31453
Text Example
Text Example
White with #D31453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31453; }
p { color: rgb(211,20,83); }
H1.HeaderClassName
{
color: #D31453;
}
.AnyTagClassName
{
color: #D31453;
}
</style>
background-color css
<style>
a { background-color: #D31453; }
a { background-color: rgb(211,20,83); }
div.DivClassName
{
background-color: #D31453;
}
.BgClassName
{
background-color: #D31453;
}
</style>
border-color css
<style>
span { border-color: #D31453; }
span { border-color: rgb(211,20,83); }
td.TdClassName
{
border-color: #D31453;
}
.TagClassName
{
border-color: #D31453;
}
</style>