Shades of Ruby #D11053
Tints of Ruby #D11053
RGB
CMYK
RGB Variations
Color information
#D11053 (or 0xD11053) is known color: Ruby. HEX triplet: D1, 10 and 53. RGB value is (209,16,83). Sum of RGB (Red+Green+Blue) = 209+16+83=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D11053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11053 is #2EEFAC. Grayscale: #515151. Windows color (decimal): -3076013 or 5443793. OLE color: 5443793.
HSL color Cylindrical-coordinate representation of color #D11053: hue angle of 339.17º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D11053 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 83 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.18 |
| HSL | 339.17º | 0.86% | 0.44% | - |
| HSV(B) | 339.17º | 0.92% | 0.82% | - |
| XYZ | 28.04 | 14.55 | 9.51 | - |
| YUV | 81.35 | 128.94 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 83 | 0 | 0.92 | 0.60 | 0.18 | 339.17 | 0.86 | 0.44 |
| Hex | D1 | 10 | 53 | 0 | 5C | 3C | 12 | 153 | 56 | 2C |
| Octal | 321 | 20 | 123 | 0 | 134 | 74 | 22 | 523 | 126 | 54 |
| Binary | 11010001 | 10000 | 1010011 | 0 | 1011100 | 111100 | 10010 | 101010011 | 1010110 | 101100 |
Color Harmonies of #D11053
Complementary color
Monochromatic Colors of #D11053
Black with #D11053
Text Example
Text Example
White with #D11053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11053; }
p { color: rgb(209,16,83); }
H1.HeaderClassName
{
color: #D11053;
}
.AnyTagClassName
{
color: #D11053;
}
</style>
background-color css
<style>
a { background-color: #D11053; }
a { background-color: rgb(209,16,83); }
div.DivClassName
{
background-color: #D11053;
}
.BgClassName
{
background-color: #D11053;
}
</style>
border-color css
<style>
span { border-color: #D11053; }
span { border-color: rgb(209,16,83); }
td.TdClassName
{
border-color: #D11053;
}
.TagClassName
{
border-color: #D11053;
}
</style>