Shades of Ruby #D6145C
Tints of Ruby #D6145C
RGB
CMYK
RGB Variations
Color information
#D6145C (or 0xD6145C) is known color: Ruby. HEX triplet: D6, 14 and 5C. RGB value is (214,20,92). Sum of RGB (Red+Green+Blue) = 214+20+92=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D6145C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6145C is #29EBA3. Grayscale: #565656. Windows color (decimal): -2747300 or 6034646. OLE color: 6034646.
HSL color Cylindrical-coordinate representation of color #D6145C: hue angle of 337.73º degrees, saturation: 0.83, 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 #D6145C is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 92 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.16 |
| HSL | 337.73º | 0.83% | 0.46% | - |
| HSV(B) | 337.73º | 0.91% | 0.84% | - |
| XYZ | 29.91 | 15.57 | 11.55 | - |
| YUV | 86.21 | 131.27 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 92 | 0 | 0.91 | 0.57 | 0.16 | 337.73 | 0.83 | 0.46 |
| Hex | D6 | 14 | 5C | 0 | 5B | 39 | 10 | 152 | 53 | 2E |
| Octal | 326 | 24 | 134 | 0 | 133 | 71 | 20 | 522 | 123 | 56 |
| Binary | 11010110 | 10100 | 1011100 | 0 | 1011011 | 111001 | 10000 | 101010010 | 1010011 | 101110 |
Color Harmonies of #D6145C
Complementary color
Monochromatic Colors of #D6145C
Black with #D6145C
Text Example
Text Example
White with #D6145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6145C; }
p { color: rgb(214,20,92); }
H1.HeaderClassName
{
color: #D6145C;
}
.AnyTagClassName
{
color: #D6145C;
}
</style>
background-color css
<style>
a { background-color: #D6145C; }
a { background-color: rgb(214,20,92); }
div.DivClassName
{
background-color: #D6145C;
}
.BgClassName
{
background-color: #D6145C;
}
</style>
border-color css
<style>
span { border-color: #D6145C; }
span { border-color: rgb(214,20,92); }
td.TdClassName
{
border-color: #D6145C;
}
.TagClassName
{
border-color: #D6145C;
}
</style>