Shades of Ruby #D61853
Tints of Ruby #D61853
RGB
CMYK
RGB Variations
Color information
#D61853 (or 0xD61853) is known color: Ruby. HEX triplet: D6, 18 and 53. RGB value is (214,24,83). Sum of RGB (Red+Green+Blue) = 214+24+83=321 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.67% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 83 (32.81% from 255 or 25.86% from 321); Max value from RGB is 214 - color contains mainly: red. Hex color #D61853 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61853 is #29E7AC. Grayscale: #575757. Windows color (decimal): -2746285 or 5445846. OLE color: 5445846.
HSL color Cylindrical-coordinate representation of color #D61853: hue angle of 341.37º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61853 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 83 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.16 |
| HSL | 341.37º | 0.8% | 0.47% | - |
| HSV(B) | 341.37º | 0.89% | 0.84% | - |
| XYZ | 29.62 | 15.57 | 9.63 | - |
| YUV | 87.54 | 125.45 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 83 | 0 | 0.89 | 0.61 | 0.16 | 341.37 | 0.8 | 0.47 |
| Hex | D6 | 18 | 53 | 0 | 59 | 3D | 10 | 155 | 50 | 2F |
| Octal | 326 | 30 | 123 | 0 | 131 | 75 | 20 | 525 | 120 | 57 |
| Binary | 11010110 | 11000 | 1010011 | 0 | 1011001 | 111101 | 10000 | 101010101 | 1010000 | 101111 |
Color Harmonies of #D61853
Complementary color
Monochromatic Colors of #D61853
Black with #D61853
Text Example
Text Example
White with #D61853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61853; }
p { color: rgb(214,24,83); }
H1.HeaderClassName
{
color: #D61853;
}
.AnyTagClassName
{
color: #D61853;
}
</style>
background-color css
<style>
a { background-color: #D61853; }
a { background-color: rgb(214,24,83); }
div.DivClassName
{
background-color: #D61853;
}
.BgClassName
{
background-color: #D61853;
}
</style>
border-color css
<style>
span { border-color: #D61853; }
span { border-color: rgb(214,24,83); }
td.TdClassName
{
border-color: #D61853;
}
.TagClassName
{
border-color: #D61853;
}
</style>