Shades of Ruby #D11350
Tints of Ruby #D11350
RGB
CMYK
RGB Variations
Color information
#D11350 (or 0xD11350) is known color: Ruby. HEX triplet: D1, 13 and 50. RGB value is (209,19,80). Sum of RGB (Red+Green+Blue) = 209+19+80=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D11350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11350 is #2EECAF. Grayscale: #525252. Windows color (decimal): -3075248 or 5247953. OLE color: 5247953.
HSL color Cylindrical-coordinate representation of color #D11350: hue angle of 340.74º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D11350 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 19 | 80 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.18 |
| HSL | 340.74º | 0.83% | 0.45% | - |
| HSV(B) | 340.74º | 0.91% | 0.82% | - |
| XYZ | 27.98 | 14.6 | 8.93 | - |
| YUV | 82.76 | 126.45 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 19 | 80 | 0 | 0.91 | 0.62 | 0.18 | 340.74 | 0.83 | 0.45 |
| Hex | D1 | 13 | 50 | 0 | 5B | 3E | 12 | 155 | 53 | 2D |
| Octal | 321 | 23 | 120 | 0 | 133 | 76 | 22 | 525 | 123 | 55 |
| Binary | 11010001 | 10011 | 1010000 | 0 | 1011011 | 111110 | 10010 | 101010101 | 1010011 | 101101 |
Color Harmonies of #D11350
Complementary color
Monochromatic Colors of #D11350
Black with #D11350
Text Example
Text Example
White with #D11350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11350; }
p { color: rgb(209,19,80); }
H1.HeaderClassName
{
color: #D11350;
}
.AnyTagClassName
{
color: #D11350;
}
</style>
background-color css
<style>
a { background-color: #D11350; }
a { background-color: rgb(209,19,80); }
div.DivClassName
{
background-color: #D11350;
}
.BgClassName
{
background-color: #D11350;
}
</style>
border-color css
<style>
span { border-color: #D11350; }
span { border-color: rgb(209,19,80); }
td.TdClassName
{
border-color: #D11350;
}
.TagClassName
{
border-color: #D11350;
}
</style>