Shades of Ruby #D31553
Tints of Ruby #D31553
RGB
CMYK
RGB Variations
Color information
#D31553 (or 0xD31553) is known color: Ruby. HEX triplet: D3, 15 and 53. RGB value is (211,21,83). Sum of RGB (Red+Green+Blue) = 211+21+83=315 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.98% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 211 - color contains mainly: red. Hex color #D31553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31553 is #2CEAAC. Grayscale: #545454. Windows color (decimal): -2943661 or 5445075. OLE color: 5445075.
HSL color Cylindrical-coordinate representation of color #D31553: hue angle of 340.42º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D31553 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 21 | 83 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.17 |
| HSL | 340.42º | 0.82% | 0.45% | - |
| HSV(B) | 340.42º | 0.9% | 0.83% | - |
| XYZ | 28.69 | 15.01 | 9.57 | - |
| YUV | 84.88 | 126.95 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 21 | 83 | 0 | 0.90 | 0.61 | 0.17 | 340.42 | 0.82 | 0.45 |
| Hex | D3 | 15 | 53 | 0 | 5A | 3D | 11 | 154 | 52 | 2D |
| Octal | 323 | 25 | 123 | 0 | 132 | 75 | 21 | 524 | 122 | 55 |
| Binary | 11010011 | 10101 | 1010011 | 0 | 1011010 | 111101 | 10001 | 101010100 | 1010010 | 101101 |
Color Harmonies of #D31553
Complementary color
Monochromatic Colors of #D31553
Black with #D31553
Text Example
Text Example
White with #D31553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31553; }
p { color: rgb(211,21,83); }
H1.HeaderClassName
{
color: #D31553;
}
.AnyTagClassName
{
color: #D31553;
}
</style>
background-color css
<style>
a { background-color: #D31553; }
a { background-color: rgb(211,21,83); }
div.DivClassName
{
background-color: #D31553;
}
.BgClassName
{
background-color: #D31553;
}
</style>
border-color css
<style>
span { border-color: #D31553; }
span { border-color: rgb(211,21,83); }
td.TdClassName
{
border-color: #D31553;
}
.TagClassName
{
border-color: #D31553;
}
</style>