Shades of Ruby #D8194F
Tints of Ruby #D8194F
RGB
CMYK
RGB Variations
Color information
#D8194F (or 0xD8194F) is known color: Ruby. HEX triplet: D8, 19 and 4F. RGB value is (216,25,79). Sum of RGB (Red+Green+Blue) = 216+25+79=320 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.5% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 216 - color contains mainly: red. Hex color #D8194F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8194F is #27E6B0. Grayscale: #585858. Windows color (decimal): -2614961 or 5183960. OLE color: 5183960.
HSL color Cylindrical-coordinate representation of color #D8194F: hue angle of 343.04º 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 #D8194F is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 25 | 79 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.15 |
| HSL | 343.04º | 0.79% | 0.47% | - |
| HSV(B) | 343.04º | 0.88% | 0.85% | - |
| XYZ | 30.08 | 15.86 | 8.87 | - |
| YUV | 88.27 | 122.78 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 79 | 0 | 0.88 | 0.63 | 0.15 | 343.04 | 0.79 | 0.47 |
| Hex | D8 | 19 | 4F | 0 | 58 | 3F | F | 157 | 4F | 2F |
| Octal | 330 | 31 | 117 | 0 | 130 | 77 | 17 | 527 | 117 | 57 |
| Binary | 11011000 | 11001 | 1001111 | 0 | 1011000 | 111111 | 1111 | 101010111 | 1001111 | 101111 |
Color Harmonies of #D8194F
Complementary color
Monochromatic Colors of #D8194F
Black with #D8194F
Text Example
Text Example
White with #D8194F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8194F; }
p { color: rgb(216,25,79); }
H1.HeaderClassName
{
color: #D8194F;
}
.AnyTagClassName
{
color: #D8194F;
}
</style>
background-color css
<style>
a { background-color: #D8194F; }
a { background-color: rgb(216,25,79); }
div.DivClassName
{
background-color: #D8194F;
}
.BgClassName
{
background-color: #D8194F;
}
</style>
border-color css
<style>
span { border-color: #D8194F; }
span { border-color: rgb(216,25,79); }
td.TdClassName
{
border-color: #D8194F;
}
.TagClassName
{
border-color: #D8194F;
}
</style>