Shades of Ruby #D61874
Tints of Ruby #D61874
RGB
CMYK
RGB Variations
Color information
#D61874 (or 0xD61874) is known color: Ruby. HEX triplet: D6, 18 and 74. RGB value is (214,24,116). Sum of RGB (Red+Green+Blue) = 214+24+116=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D61874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61874 is #29E78B. Grayscale: #5B5B5B. Windows color (decimal): -2746252 or 7608534. OLE color: 7608534.
HSL color Cylindrical-coordinate representation of color #D61874: hue angle of 330.95º 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 #D61874 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 116 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.16 |
| HSL | 330.95º | 0.8% | 0.47% | - |
| HSV(B) | 330.95º | 0.89% | 0.84% | - |
| XYZ | 31.21 | 16.21 | 18.01 | - |
| YUV | 91.3 | 141.95 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 116 | 0 | 0.89 | 0.46 | 0.16 | 330.95 | 0.8 | 0.47 |
| Hex | D6 | 18 | 74 | 0 | 59 | 2E | 10 | 14B | 50 | 2F |
| Octal | 326 | 30 | 164 | 0 | 131 | 56 | 20 | 513 | 120 | 57 |
| Binary | 11010110 | 11000 | 1110100 | 0 | 1011001 | 101110 | 10000 | 101001011 | 1010000 | 101111 |
Color Harmonies of #D61874
Complementary color
Monochromatic Colors of #D61874
Black with #D61874
Text Example
Text Example
White with #D61874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61874; }
p { color: rgb(214,24,116); }
H1.HeaderClassName
{
color: #D61874;
}
.AnyTagClassName
{
color: #D61874;
}
</style>
background-color css
<style>
a { background-color: #D61874; }
a { background-color: rgb(214,24,116); }
div.DivClassName
{
background-color: #D61874;
}
.BgClassName
{
background-color: #D61874;
}
</style>
border-color css
<style>
span { border-color: #D61874; }
span { border-color: rgb(214,24,116); }
td.TdClassName
{
border-color: #D61874;
}
.TagClassName
{
border-color: #D61874;
}
</style>