Shades of Ruby #D00C5B
Tints of Ruby #D00C5B
RGB
CMYK
RGB Variations
Color information
#D00C5B (or 0xD00C5B) is known color: Ruby. HEX triplet: D0, 0C and 5B. RGB value is (208,12,91). Sum of RGB (Red+Green+Blue) = 208+12+91=311 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.88% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 208 - color contains mainly: red. Hex color #D00C5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00C5B is #2FF3A4. Grayscale: #4F4F4F. Windows color (decimal): -3142565 or 5967056. OLE color: 5967056.
HSL color Cylindrical-coordinate representation of color #D00C5B: hue angle of 335.82º 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 #D00C5B is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 12 | 91 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.18 |
| HSL | 335.82º | 0.89% | 0.43% | - |
| HSV(B) | 335.82º | 0.94% | 0.82% | - |
| XYZ | 28.03 | 14.43 | 11.2 | - |
| YUV | 79.61 | 134.43 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 12 | 91 | 0 | 0.94 | 0.56 | 0.18 | 335.82 | 0.89 | 0.43 |
| Hex | D0 | C | 5B | 0 | 5E | 38 | 12 | 150 | 59 | 2B |
| Octal | 320 | 14 | 133 | 0 | 136 | 70 | 22 | 520 | 131 | 53 |
| Binary | 11010000 | 1100 | 1011011 | 0 | 1011110 | 111000 | 10010 | 101010000 | 1011001 | 101011 |
Color Harmonies of #D00C5B
Complementary color
Monochromatic Colors of #D00C5B
Black with #D00C5B
Text Example
Text Example
White with #D00C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00C5B; }
p { color: rgb(208,12,91); }
H1.HeaderClassName
{
color: #D00C5B;
}
.AnyTagClassName
{
color: #D00C5B;
}
</style>
background-color css
<style>
a { background-color: #D00C5B; }
a { background-color: rgb(208,12,91); }
div.DivClassName
{
background-color: #D00C5B;
}
.BgClassName
{
background-color: #D00C5B;
}
</style>
border-color css
<style>
span { border-color: #D00C5B; }
span { border-color: rgb(208,12,91); }
td.TdClassName
{
border-color: #D00C5B;
}
.TagClassName
{
border-color: #D00C5B;
}
</style>