Shades of Ruby #D6135D
Tints of Ruby #D6135D
RGB
CMYK
RGB Variations
Color information
#D6135D (or 0xD6135D) is known color: Ruby. HEX triplet: D6, 13 and 5D. RGB value is (214,19,93). Sum of RGB (Red+Green+Blue) = 214+19+93=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D6135D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6135D is #29ECA2. Grayscale: #555555. Windows color (decimal): -2747555 or 6099926. OLE color: 6099926.
HSL color Cylindrical-coordinate representation of color #D6135D: hue angle of 337.23º 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 #D6135D is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 93 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.16 |
| HSL | 337.23º | 0.84% | 0.46% | - |
| HSV(B) | 337.23º | 0.91% | 0.84% | - |
| XYZ | 29.94 | 15.55 | 11.78 | - |
| YUV | 85.74 | 132.1 | 219.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 93 | 0 | 0.91 | 0.57 | 0.16 | 337.23 | 0.84 | 0.46 |
| Hex | D6 | 13 | 5D | 0 | 5B | 39 | 10 | 151 | 54 | 2E |
| Octal | 326 | 23 | 135 | 0 | 133 | 71 | 20 | 521 | 124 | 56 |
| Binary | 11010110 | 10011 | 1011101 | 0 | 1011011 | 111001 | 10000 | 101010001 | 1010100 | 101110 |
Color Harmonies of #D6135D
Complementary color
Monochromatic Colors of #D6135D
Black with #D6135D
Text Example
Text Example
White with #D6135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6135D; }
p { color: rgb(214,19,93); }
H1.HeaderClassName
{
color: #D6135D;
}
.AnyTagClassName
{
color: #D6135D;
}
</style>
background-color css
<style>
a { background-color: #D6135D; }
a { background-color: rgb(214,19,93); }
div.DivClassName
{
background-color: #D6135D;
}
.BgClassName
{
background-color: #D6135D;
}
</style>
border-color css
<style>
span { border-color: #D6135D; }
span { border-color: rgb(214,19,93); }
td.TdClassName
{
border-color: #D6135D;
}
.TagClassName
{
border-color: #D6135D;
}
</style>