Shades of Ruby #D6135F
Tints of Ruby #D6135F
RGB
CMYK
RGB Variations
Color information
#D6135F (or 0xD6135F) is known color: Ruby. HEX triplet: D6, 13 and 5F. RGB value is (214,19,95). Sum of RGB (Red+Green+Blue) = 214+19+95=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D6135F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6135F is #29ECA0. Grayscale: #555555. Windows color (decimal): -2747553 or 6230998. OLE color: 6230998.
HSL color Cylindrical-coordinate representation of color #D6135F: hue angle of 336.62º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D6135F is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 95 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.16 |
| HSL | 336.62º | 0.84% | 0.46% | - |
| HSV(B) | 336.62º | 0.91% | 0.84% | - |
| XYZ | 30.03 | 15.59 | 12.25 | - |
| YUV | 85.97 | 133.1 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 95 | 0 | 0.91 | 0.56 | 0.16 | 336.62 | 0.84 | 0.46 |
| Hex | D6 | 13 | 5F | 0 | 5B | 38 | 10 | 151 | 54 | 2E |
| Octal | 326 | 23 | 137 | 0 | 133 | 70 | 20 | 521 | 124 | 56 |
| Binary | 11010110 | 10011 | 1011111 | 0 | 1011011 | 111000 | 10000 | 101010001 | 1010100 | 101110 |
Color Harmonies of #D6135F
Complementary color
Monochromatic Colors of #D6135F
Black with #D6135F
Text Example
Text Example
White with #D6135F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6135F; }
p { color: rgb(214,19,95); }
H1.HeaderClassName
{
color: #D6135F;
}
.AnyTagClassName
{
color: #D6135F;
}
</style>
background-color css
<style>
a { background-color: #D6135F; }
a { background-color: rgb(214,19,95); }
div.DivClassName
{
background-color: #D6135F;
}
.BgClassName
{
background-color: #D6135F;
}
</style>
border-color css
<style>
span { border-color: #D6135F; }
span { border-color: rgb(214,19,95); }
td.TdClassName
{
border-color: #D6135F;
}
.TagClassName
{
border-color: #D6135F;
}
</style>