Shades of Ruby #D0104F
Tints of Ruby #D0104F
RGB
CMYK
RGB Variations
Color information
#D0104F (or 0xD0104F) is known color: Ruby. HEX triplet: D0, 10 and 4F. RGB value is (208,16,79). Sum of RGB (Red+Green+Blue) = 208+16+79=303 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.65% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 208 - color contains mainly: red. Hex color #D0104F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0104F is #2FEFB0. Grayscale: #505050. Windows color (decimal): -3141553 or 5181648. OLE color: 5181648.
HSL color Cylindrical-coordinate representation of color #D0104F: hue angle of 340.31º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D0104F is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 16 | 79 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.18 |
| HSL | 340.31º | 0.86% | 0.44% | - |
| HSV(B) | 340.31º | 0.92% | 0.82% | - |
| XYZ | 27.61 | 14.34 | 8.71 | - |
| YUV | 80.59 | 127.11 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 79 | 0 | 0.92 | 0.62 | 0.18 | 340.31 | 0.86 | 0.44 |
| Hex | D0 | 10 | 4F | 0 | 5C | 3E | 12 | 154 | 56 | 2C |
| Octal | 320 | 20 | 117 | 0 | 134 | 76 | 22 | 524 | 126 | 54 |
| Binary | 11010000 | 10000 | 1001111 | 0 | 1011100 | 111110 | 10010 | 101010100 | 1010110 | 101100 |
Color Harmonies of #D0104F
Complementary color
Monochromatic Colors of #D0104F
Black with #D0104F
Text Example
Text Example
White with #D0104F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0104F; }
p { color: rgb(208,16,79); }
H1.HeaderClassName
{
color: #D0104F;
}
.AnyTagClassName
{
color: #D0104F;
}
</style>
background-color css
<style>
a { background-color: #D0104F; }
a { background-color: rgb(208,16,79); }
div.DivClassName
{
background-color: #D0104F;
}
.BgClassName
{
background-color: #D0104F;
}
</style>
border-color css
<style>
span { border-color: #D0104F; }
span { border-color: rgb(208,16,79); }
td.TdClassName
{
border-color: #D0104F;
}
.TagClassName
{
border-color: #D0104F;
}
</style>