Shades of Ruby #D0135B
Tints of Ruby #D0135B
RGB
CMYK
RGB Variations
Color information
#D0135B (or 0xD0135B) is known color: Ruby. HEX triplet: D0, 13 and 5B. RGB value is (208,19,91). Sum of RGB (Red+Green+Blue) = 208+19+91=318 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.41% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 208 - color contains mainly: red. Hex color #D0135B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0135B is #2FECA4. Grayscale: #535353. Windows color (decimal): -3140773 or 5968848. OLE color: 5968848.
HSL color Cylindrical-coordinate representation of color #D0135B: hue angle of 337.14º 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 #D0135B is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 91 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.18 |
| HSL | 337.14º | 0.83% | 0.45% | - |
| HSV(B) | 337.14º | 0.91% | 0.82% | - |
| XYZ | 28.13 | 14.63 | 11.24 | - |
| YUV | 83.72 | 132.12 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 91 | 0 | 0.91 | 0.56 | 0.18 | 337.14 | 0.83 | 0.45 |
| Hex | D0 | 13 | 5B | 0 | 5B | 38 | 12 | 151 | 53 | 2D |
| Octal | 320 | 23 | 133 | 0 | 133 | 70 | 22 | 521 | 123 | 55 |
| Binary | 11010000 | 10011 | 1011011 | 0 | 1011011 | 111000 | 10010 | 101010001 | 1010011 | 101101 |
Color Harmonies of #D0135B
Complementary color
Monochromatic Colors of #D0135B
Black with #D0135B
Text Example
Text Example
White with #D0135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0135B; }
p { color: rgb(208,19,91); }
H1.HeaderClassName
{
color: #D0135B;
}
.AnyTagClassName
{
color: #D0135B;
}
</style>
background-color css
<style>
a { background-color: #D0135B; }
a { background-color: rgb(208,19,91); }
div.DivClassName
{
background-color: #D0135B;
}
.BgClassName
{
background-color: #D0135B;
}
</style>
border-color css
<style>
span { border-color: #D0135B; }
span { border-color: rgb(208,19,91); }
td.TdClassName
{
border-color: #D0135B;
}
.TagClassName
{
border-color: #D0135B;
}
</style>