Shades of Ruby #D91353
Tints of Ruby #D91353
RGB
CMYK
RGB Variations
Color information
#D91353 (or 0xD91353) is known color: Ruby. HEX triplet: D9, 13 and 53. RGB value is (217,19,83). Sum of RGB (Red+Green+Blue) = 217+19+83=319 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.03% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 217 - color contains mainly: red. Hex color #D91353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91353 is #26ECAC. Grayscale: #555555. Windows color (decimal): -2550957 or 5444569. OLE color: 5444569.
HSL color Cylindrical-coordinate representation of color #D91353: hue angle of 340.61º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D91353 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 83 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.15 |
| HSL | 340.61º | 0.84% | 0.46% | - |
| HSV(B) | 340.61º | 0.91% | 0.85% | - |
| XYZ | 30.41 | 15.84 | 9.64 | - |
| YUV | 85.5 | 126.6 | 221.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 83 | 0 | 0.91 | 0.62 | 0.15 | 340.61 | 0.84 | 0.46 |
| Hex | D9 | 13 | 53 | 0 | 5B | 3E | F | 155 | 54 | 2E |
| Octal | 331 | 23 | 123 | 0 | 133 | 76 | 17 | 525 | 124 | 56 |
| Binary | 11011001 | 10011 | 1010011 | 0 | 1011011 | 111110 | 1111 | 101010101 | 1010100 | 101110 |
Color Harmonies of #D91353
Complementary color
Monochromatic Colors of #D91353
Black with #D91353
Text Example
Text Example
White with #D91353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91353; }
p { color: rgb(217,19,83); }
H1.HeaderClassName
{
color: #D91353;
}
.AnyTagClassName
{
color: #D91353;
}
</style>
background-color css
<style>
a { background-color: #D91353; }
a { background-color: rgb(217,19,83); }
div.DivClassName
{
background-color: #D91353;
}
.BgClassName
{
background-color: #D91353;
}
</style>
border-color css
<style>
span { border-color: #D91353; }
span { border-color: rgb(217,19,83); }
td.TdClassName
{
border-color: #D91353;
}
.TagClassName
{
border-color: #D91353;
}
</style>