Shades of Ruby #D91952
Tints of Ruby #D91952
RGB
CMYK
RGB Variations
Color information
#D91952 (or 0xD91952) is known color: Ruby. HEX triplet: D9, 19 and 52. RGB value is (217,25,82). Sum of RGB (Red+Green+Blue) = 217+25+82=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D91952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91952 is #26E6AD. Grayscale: #585858. Windows color (decimal): -2549422 or 5380569. OLE color: 5380569.
HSL color Cylindrical-coordinate representation of color #D91952: hue angle of 342.19º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91952 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 25 | 82 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.15 |
| HSL | 342.19º | 0.79% | 0.47% | - |
| HSV(B) | 342.19º | 0.88% | 0.85% | - |
| XYZ | 30.49 | 16.06 | 9.48 | - |
| YUV | 88.91 | 124.11 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 25 | 82 | 0 | 0.88 | 0.62 | 0.15 | 342.19 | 0.79 | 0.47 |
| Hex | D9 | 19 | 52 | 0 | 58 | 3E | F | 156 | 4F | 2F |
| Octal | 331 | 31 | 122 | 0 | 130 | 76 | 17 | 526 | 117 | 57 |
| Binary | 11011001 | 11001 | 1010010 | 0 | 1011000 | 111110 | 1111 | 101010110 | 1001111 | 101111 |
Color Harmonies of #D91952
Complementary color
Monochromatic Colors of #D91952
Black with #D91952
Text Example
Text Example
White with #D91952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91952; }
p { color: rgb(217,25,82); }
H1.HeaderClassName
{
color: #D91952;
}
.AnyTagClassName
{
color: #D91952;
}
</style>
background-color css
<style>
a { background-color: #D91952; }
a { background-color: rgb(217,25,82); }
div.DivClassName
{
background-color: #D91952;
}
.BgClassName
{
background-color: #D91952;
}
</style>
border-color css
<style>
span { border-color: #D91952; }
span { border-color: rgb(217,25,82); }
td.TdClassName
{
border-color: #D91952;
}
.TagClassName
{
border-color: #D91952;
}
</style>