Shades of Ruby #D2134F
Tints of Ruby #D2134F
RGB
CMYK
RGB Variations
Color information
#D2134F (or 0xD2134F) is known color: Ruby. HEX triplet: D2, 13 and 4F. RGB value is (210,19,79). Sum of RGB (Red+Green+Blue) = 210+19+79=308 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.18% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 210 - color contains mainly: red. Hex color #D2134F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2134F is #2DECB0. Grayscale: #525252. Windows color (decimal): -3009713 or 5182418. OLE color: 5182418.
HSL color Cylindrical-coordinate representation of color #D2134F: hue angle of 341.15º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D2134F is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 19 | 79 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.18 |
| HSL | 341.15º | 0.83% | 0.45% | - |
| HSV(B) | 341.15º | 0.91% | 0.82% | - |
| XYZ | 28.22 | 14.73 | 8.75 | - |
| YUV | 82.95 | 125.78 | 218.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 19 | 79 | 0 | 0.91 | 0.62 | 0.18 | 341.15 | 0.83 | 0.45 |
| Hex | D2 | 13 | 4F | 0 | 5B | 3E | 12 | 155 | 53 | 2D |
| Octal | 322 | 23 | 117 | 0 | 133 | 76 | 22 | 525 | 123 | 55 |
| Binary | 11010010 | 10011 | 1001111 | 0 | 1011011 | 111110 | 10010 | 101010101 | 1010011 | 101101 |
Color Harmonies of #D2134F
Complementary color
Monochromatic Colors of #D2134F
Black with #D2134F
Text Example
Text Example
White with #D2134F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2134F; }
p { color: rgb(210,19,79); }
H1.HeaderClassName
{
color: #D2134F;
}
.AnyTagClassName
{
color: #D2134F;
}
</style>
background-color css
<style>
a { background-color: #D2134F; }
a { background-color: rgb(210,19,79); }
div.DivClassName
{
background-color: #D2134F;
}
.BgClassName
{
background-color: #D2134F;
}
</style>
border-color css
<style>
span { border-color: #D2134F; }
span { border-color: rgb(210,19,79); }
td.TdClassName
{
border-color: #D2134F;
}
.TagClassName
{
border-color: #D2134F;
}
</style>