Shades of Ruby #D0135D
Tints of Ruby #D0135D
RGB
CMYK
RGB Variations
Color information
#D0135D (or 0xD0135D) is known color: Ruby. HEX triplet: D0, 13 and 5D. RGB value is (208,19,93). Sum of RGB (Red+Green+Blue) = 208+19+93=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D0135D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0135D is #2FECA2. Grayscale: #535353. Windows color (decimal): -3140771 or 6099920. OLE color: 6099920.
HSL color Cylindrical-coordinate representation of color #D0135D: hue angle of 336.51º 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 #D0135D is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 93 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.18 |
| HSL | 336.51º | 0.83% | 0.45% | - |
| HSV(B) | 336.51º | 0.91% | 0.82% | - |
| XYZ | 28.22 | 14.67 | 11.7 | - |
| YUV | 83.95 | 133.12 | 216.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 93 | 0 | 0.91 | 0.55 | 0.18 | 336.51 | 0.83 | 0.45 |
| Hex | D0 | 13 | 5D | 0 | 5B | 37 | 12 | 151 | 53 | 2D |
| Octal | 320 | 23 | 135 | 0 | 133 | 67 | 22 | 521 | 123 | 55 |
| Binary | 11010000 | 10011 | 1011101 | 0 | 1011011 | 110111 | 10010 | 101010001 | 1010011 | 101101 |
Color Harmonies of #D0135D
Complementary color
Monochromatic Colors of #D0135D
Black with #D0135D
Text Example
Text Example
White with #D0135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0135D; }
p { color: rgb(208,19,93); }
H1.HeaderClassName
{
color: #D0135D;
}
.AnyTagClassName
{
color: #D0135D;
}
</style>
background-color css
<style>
a { background-color: #D0135D; }
a { background-color: rgb(208,19,93); }
div.DivClassName
{
background-color: #D0135D;
}
.BgClassName
{
background-color: #D0135D;
}
</style>
border-color css
<style>
span { border-color: #D0135D; }
span { border-color: rgb(208,19,93); }
td.TdClassName
{
border-color: #D0135D;
}
.TagClassName
{
border-color: #D0135D;
}
</style>