Shades of Ruby #D11255
Tints of Ruby #D11255
RGB
CMYK
RGB Variations
Color information
#D11255 (or 0xD11255) is known color: Ruby. HEX triplet: D1, 12 and 55. RGB value is (209,18,85). Sum of RGB (Red+Green+Blue) = 209+18+85=312 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.99% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 209 - color contains mainly: red. Hex color #D11255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11255 is #2EEDAA. Grayscale: #525252. Windows color (decimal): -3075499 or 5575377. OLE color: 5575377.
HSL color Cylindrical-coordinate representation of color #D11255: hue angle of 338.95º degrees, saturation: 0.84, 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 #D11255 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 85 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.18 |
| HSL | 338.95º | 0.84% | 0.45% | - |
| HSV(B) | 338.95º | 0.91% | 0.82% | - |
| XYZ | 28.15 | 14.64 | 9.94 | - |
| YUV | 82.75 | 129.28 | 218.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 85 | 0 | 0.91 | 0.59 | 0.18 | 338.95 | 0.84 | 0.45 |
| Hex | D1 | 12 | 55 | 0 | 5B | 3B | 12 | 153 | 54 | 2D |
| Octal | 321 | 22 | 125 | 0 | 133 | 73 | 22 | 523 | 124 | 55 |
| Binary | 11010001 | 10010 | 1010101 | 0 | 1011011 | 111011 | 10010 | 101010011 | 1010100 | 101101 |
Color Harmonies of #D11255
Complementary color
Monochromatic Colors of #D11255
Black with #D11255
Text Example
Text Example
White with #D11255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11255; }
p { color: rgb(209,18,85); }
H1.HeaderClassName
{
color: #D11255;
}
.AnyTagClassName
{
color: #D11255;
}
</style>
background-color css
<style>
a { background-color: #D11255; }
a { background-color: rgb(209,18,85); }
div.DivClassName
{
background-color: #D11255;
}
.BgClassName
{
background-color: #D11255;
}
</style>
border-color css
<style>
span { border-color: #D11255; }
span { border-color: rgb(209,18,85); }
td.TdClassName
{
border-color: #D11255;
}
.TagClassName
{
border-color: #D11255;
}
</style>