Shades of Ruby #D91A50
Tints of Ruby #D91A50
RGB
CMYK
RGB Variations
Color information
#D91A50 (or 0xD91A50) is known color: Ruby. HEX triplet: D9, 1A and 50. RGB value is (217,26,80). Sum of RGB (Red+Green+Blue) = 217+26+80=323 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.18% from 323); Green value is 26 (10.55% from 255 or 8.05% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 217 - color contains mainly: red. Hex color #D91A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91A50 is #26E5AF. Grayscale: #595959. Windows color (decimal): -2549168 or 5249753. OLE color: 5249753.
HSL color Cylindrical-coordinate representation of color #D91A50: hue angle of 343.04º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91A50 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 26 | 80 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.15 |
| HSL | 343.04º | 0.79% | 0.48% | - |
| HSV(B) | 343.04º | 0.88% | 0.85% | - |
| XYZ | 30.43 | 16.07 | 9.09 | - |
| YUV | 89.27 | 122.78 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 26 | 80 | 0 | 0.88 | 0.63 | 0.15 | 343.04 | 0.79 | 0.48 |
| Hex | D9 | 1A | 50 | 0 | 58 | 3F | F | 157 | 4F | 30 |
| Octal | 331 | 32 | 120 | 0 | 130 | 77 | 17 | 527 | 117 | 60 |
| Binary | 11011001 | 11010 | 1010000 | 0 | 1011000 | 111111 | 1111 | 101010111 | 1001111 | 110000 |
Color Harmonies of #D91A50
Complementary color
Monochromatic Colors of #D91A50
Black with #D91A50
Text Example
Text Example
White with #D91A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91A50; }
p { color: rgb(217,26,80); }
H1.HeaderClassName
{
color: #D91A50;
}
.AnyTagClassName
{
color: #D91A50;
}
</style>
background-color css
<style>
a { background-color: #D91A50; }
a { background-color: rgb(217,26,80); }
div.DivClassName
{
background-color: #D91A50;
}
.BgClassName
{
background-color: #D91A50;
}
</style>
border-color css
<style>
span { border-color: #D91A50; }
span { border-color: rgb(217,26,80); }
td.TdClassName
{
border-color: #D91A50;
}
.TagClassName
{
border-color: #D91A50;
}
</style>