Shades of Ruby #D11253
Tints of Ruby #D11253
RGB
CMYK
RGB Variations
Color information
#D11253 (or 0xD11253) is known color: Ruby. HEX triplet: D1, 12 and 53. RGB value is (209,18,83). Sum of RGB (Red+Green+Blue) = 209+18+83=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D11253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11253 is #2EEDAC. Grayscale: #525252. Windows color (decimal): -3075501 or 5444305. OLE color: 5444305.
HSL color Cylindrical-coordinate representation of color #D11253: hue angle of 339.58º 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 #D11253 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 83 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.18 |
| HSL | 339.58º | 0.84% | 0.45% | - |
| HSV(B) | 339.58º | 0.91% | 0.82% | - |
| XYZ | 28.07 | 14.61 | 9.52 | - |
| YUV | 82.52 | 128.28 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 83 | 0 | 0.91 | 0.60 | 0.18 | 339.58 | 0.84 | 0.45 |
| Hex | D1 | 12 | 53 | 0 | 5B | 3C | 12 | 154 | 54 | 2D |
| Octal | 321 | 22 | 123 | 0 | 133 | 74 | 22 | 524 | 124 | 55 |
| Binary | 11010001 | 10010 | 1010011 | 0 | 1011011 | 111100 | 10010 | 101010100 | 1010100 | 101101 |
Color Harmonies of #D11253
Complementary color
Monochromatic Colors of #D11253
Black with #D11253
Text Example
Text Example
White with #D11253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11253; }
p { color: rgb(209,18,83); }
H1.HeaderClassName
{
color: #D11253;
}
.AnyTagClassName
{
color: #D11253;
}
</style>
background-color css
<style>
a { background-color: #D11253; }
a { background-color: rgb(209,18,83); }
div.DivClassName
{
background-color: #D11253;
}
.BgClassName
{
background-color: #D11253;
}
</style>
border-color css
<style>
span { border-color: #D11253; }
span { border-color: rgb(209,18,83); }
td.TdClassName
{
border-color: #D11253;
}
.TagClassName
{
border-color: #D11253;
}
</style>