Shades of Ruby #D1135E
Tints of Ruby #D1135E
RGB
CMYK
RGB Variations
Color information
#D1135E (or 0xD1135E) is known color: Ruby. HEX triplet: D1, 13 and 5E. RGB value is (209,19,94). Sum of RGB (Red+Green+Blue) = 209+19+94=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D1135E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1135E is #2EECA1. Grayscale: #545454. Windows color (decimal): -3075234 or 6165457. OLE color: 6165457.
HSL color Cylindrical-coordinate representation of color #D1135E: hue angle of 336.32º 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 #D1135E is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 19 | 94 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.18 |
| HSL | 336.32º | 0.83% | 0.45% | - |
| HSV(B) | 336.32º | 0.91% | 0.82% | - |
| XYZ | 28.55 | 14.83 | 11.95 | - |
| YUV | 84.36 | 133.45 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 19 | 94 | 0 | 0.91 | 0.55 | 0.18 | 336.32 | 0.83 | 0.45 |
| Hex | D1 | 13 | 5E | 0 | 5B | 37 | 12 | 150 | 53 | 2D |
| Octal | 321 | 23 | 136 | 0 | 133 | 67 | 22 | 520 | 123 | 55 |
| Binary | 11010001 | 10011 | 1011110 | 0 | 1011011 | 110111 | 10010 | 101010000 | 1010011 | 101101 |
Color Harmonies of #D1135E
Complementary color
Monochromatic Colors of #D1135E
Black with #D1135E
Text Example
Text Example
White with #D1135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1135E; }
p { color: rgb(209,19,94); }
H1.HeaderClassName
{
color: #D1135E;
}
.AnyTagClassName
{
color: #D1135E;
}
</style>
background-color css
<style>
a { background-color: #D1135E; }
a { background-color: rgb(209,19,94); }
div.DivClassName
{
background-color: #D1135E;
}
.BgClassName
{
background-color: #D1135E;
}
</style>
border-color css
<style>
span { border-color: #D1135E; }
span { border-color: rgb(209,19,94); }
td.TdClassName
{
border-color: #D1135E;
}
.TagClassName
{
border-color: #D1135E;
}
</style>