Shades of Ruby #D00C51
Tints of Ruby #D00C51
RGB
CMYK
RGB Variations
Color information
#D00C51 (or 0xD00C51) is known color: Ruby. HEX triplet: D0, 0C and 51. RGB value is (208,12,81). Sum of RGB (Red+Green+Blue) = 208+12+81=301 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.10% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 81 (32.03% from 255 or 26.91% from 301); Max value from RGB is 208 - color contains mainly: red. Hex color #D00C51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00C51 is #2FF3AE. Grayscale: #4E4E4E. Windows color (decimal): -3142575 or 5311696. OLE color: 5311696.
HSL color Cylindrical-coordinate representation of color #D00C51: hue angle of 338.88º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00C51 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 12 | 81 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.18 |
| HSL | 338.88º | 0.89% | 0.43% | - |
| HSV(B) | 338.88º | 0.94% | 0.82% | - |
| XYZ | 27.63 | 14.27 | 9.08 | - |
| YUV | 78.47 | 129.43 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 12 | 81 | 0 | 0.94 | 0.61 | 0.18 | 338.88 | 0.89 | 0.43 |
| Hex | D0 | C | 51 | 0 | 5E | 3D | 12 | 153 | 59 | 2B |
| Octal | 320 | 14 | 121 | 0 | 136 | 75 | 22 | 523 | 131 | 53 |
| Binary | 11010000 | 1100 | 1010001 | 0 | 1011110 | 111101 | 10010 | 101010011 | 1011001 | 101011 |
Color Harmonies of #D00C51
Complementary color
Monochromatic Colors of #D00C51
Black with #D00C51
Text Example
Text Example
White with #D00C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00C51; }
p { color: rgb(208,12,81); }
H1.HeaderClassName
{
color: #D00C51;
}
.AnyTagClassName
{
color: #D00C51;
}
</style>
background-color css
<style>
a { background-color: #D00C51; }
a { background-color: rgb(208,12,81); }
div.DivClassName
{
background-color: #D00C51;
}
.BgClassName
{
background-color: #D00C51;
}
</style>
border-color css
<style>
span { border-color: #D00C51; }
span { border-color: rgb(208,12,81); }
td.TdClassName
{
border-color: #D00C51;
}
.TagClassName
{
border-color: #D00C51;
}
</style>