Shades of Ruby #D60373
Tints of Ruby #D60373
RGB
CMYK
RGB Variations
Color information
#D60373 (or 0xD60373) is known color: Ruby. HEX triplet: D6, 03 and 73. RGB value is (214,3,115). Sum of RGB (Red+Green+Blue) = 214+3+115=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D60373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60373 is #29FC8C. Grayscale: #4E4E4E. Windows color (decimal): -2751629 or 7537622. OLE color: 7537622.
HSL color Cylindrical-coordinate representation of color #D60373: hue angle of 328.15º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60373 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 3 | 115 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.16 |
| HSL | 328.15º | 0.97% | 0.43% | - |
| HSV(B) | 328.15º | 0.99% | 0.84% | - |
| XYZ | 30.86 | 15.6 | 17.6 | - |
| YUV | 78.86 | 148.4 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 115 | 0 | 0.99 | 0.46 | 0.16 | 328.15 | 0.97 | 0.43 |
| Hex | D6 | 3 | 73 | 0 | 63 | 2E | 10 | 148 | 61 | 2B |
| Octal | 326 | 3 | 163 | 0 | 143 | 56 | 20 | 510 | 141 | 53 |
| Binary | 11010110 | 11 | 1110011 | 0 | 1100011 | 101110 | 10000 | 101001000 | 1100001 | 101011 |
Color Harmonies of #D60373
Complementary color
Monochromatic Colors of #D60373
Black with #D60373
Text Example
Text Example
White with #D60373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60373; }
p { color: rgb(214,3,115); }
H1.HeaderClassName
{
color: #D60373;
}
.AnyTagClassName
{
color: #D60373;
}
</style>
background-color css
<style>
a { background-color: #D60373; }
a { background-color: rgb(214,3,115); }
div.DivClassName
{
background-color: #D60373;
}
.BgClassName
{
background-color: #D60373;
}
</style>
border-color css
<style>
span { border-color: #D60373; }
span { border-color: rgb(214,3,115); }
td.TdClassName
{
border-color: #D60373;
}
.TagClassName
{
border-color: #D60373;
}
</style>