Shades of Ruby #D01355
Tints of Ruby #D01355
RGB
CMYK
RGB Variations
Color information
#D01355 (or 0xD01355) is known color: Ruby. HEX triplet: D0, 13 and 55. RGB value is (208,19,85). Sum of RGB (Red+Green+Blue) = 208+19+85=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D01355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01355 is #2FECAA. Grayscale: #525252. Windows color (decimal): -3140779 or 5575632. OLE color: 5575632.
HSL color Cylindrical-coordinate representation of color #D01355: hue angle of 339.05º 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 #D01355 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 85 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.18 |
| HSL | 339.05º | 0.83% | 0.45% | - |
| HSV(B) | 339.05º | 0.91% | 0.82% | - |
| XYZ | 27.88 | 14.53 | 9.93 | - |
| YUV | 83.04 | 129.12 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 85 | 0 | 0.91 | 0.59 | 0.18 | 339.05 | 0.83 | 0.45 |
| Hex | D0 | 13 | 55 | 0 | 5B | 3B | 12 | 153 | 53 | 2D |
| Octal | 320 | 23 | 125 | 0 | 133 | 73 | 22 | 523 | 123 | 55 |
| Binary | 11010000 | 10011 | 1010101 | 0 | 1011011 | 111011 | 10010 | 101010011 | 1010011 | 101101 |
Color Harmonies of #D01355
Complementary color
Monochromatic Colors of #D01355
Black with #D01355
Text Example
Text Example
White with #D01355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01355; }
p { color: rgb(208,19,85); }
H1.HeaderClassName
{
color: #D01355;
}
.AnyTagClassName
{
color: #D01355;
}
</style>
background-color css
<style>
a { background-color: #D01355; }
a { background-color: rgb(208,19,85); }
div.DivClassName
{
background-color: #D01355;
}
.BgClassName
{
background-color: #D01355;
}
</style>
border-color css
<style>
span { border-color: #D01355; }
span { border-color: rgb(208,19,85); }
td.TdClassName
{
border-color: #D01355;
}
.TagClassName
{
border-color: #D01355;
}
</style>