Shades of Ruby #D00C57
Tints of Ruby #D00C57
RGB
CMYK
RGB Variations
Color information
#D00C57 (or 0xD00C57) is known color: Ruby. HEX triplet: D0, 0C and 57. RGB value is (208,12,87). Sum of RGB (Red+Green+Blue) = 208+12+87=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 12 (5.08% from 255 or 3.91% from 307); Blue value is 87 (34.38% from 255 or 28.34% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D00C57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00C57 is #2FF3A8. Grayscale: #4F4F4F. Windows color (decimal): -3142569 or 5704912. OLE color: 5704912.
HSL color Cylindrical-coordinate representation of color #D00C57: hue angle of 337.04º 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 #D00C57 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 12 | 87 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.18 |
| HSL | 337.04º | 0.89% | 0.43% | - |
| HSV(B) | 337.04º | 0.94% | 0.82% | - |
| XYZ | 27.86 | 14.36 | 10.32 | - |
| YUV | 79.15 | 132.43 | 219.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 12 | 87 | 0 | 0.94 | 0.58 | 0.18 | 337.04 | 0.89 | 0.43 |
| Hex | D0 | C | 57 | 0 | 5E | 3A | 12 | 151 | 59 | 2B |
| Octal | 320 | 14 | 127 | 0 | 136 | 72 | 22 | 521 | 131 | 53 |
| Binary | 11010000 | 1100 | 1010111 | 0 | 1011110 | 111010 | 10010 | 101010001 | 1011001 | 101011 |
Color Harmonies of #D00C57
Complementary color
Monochromatic Colors of #D00C57
Black with #D00C57
Text Example
Text Example
White with #D00C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00C57; }
p { color: rgb(208,12,87); }
H1.HeaderClassName
{
color: #D00C57;
}
.AnyTagClassName
{
color: #D00C57;
}
</style>
background-color css
<style>
a { background-color: #D00C57; }
a { background-color: rgb(208,12,87); }
div.DivClassName
{
background-color: #D00C57;
}
.BgClassName
{
background-color: #D00C57;
}
</style>
border-color css
<style>
span { border-color: #D00C57; }
span { border-color: rgb(208,12,87); }
td.TdClassName
{
border-color: #D00C57;
}
.TagClassName
{
border-color: #D00C57;
}
</style>