Shades of Ruby #D01455
Tints of Ruby #D01455
RGB
CMYK
RGB Variations
Color information
#D01455 (or 0xD01455) is known color: Ruby. HEX triplet: D0, 14 and 55. RGB value is (208,20,85). Sum of RGB (Red+Green+Blue) = 208+20+85=313 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.45% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 208 - color contains mainly: red. Hex color #D01455 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01455 is #2FEBAA. Grayscale: #535353. Windows color (decimal): -3140523 or 5575888. OLE color: 5575888.
HSL color Cylindrical-coordinate representation of color #D01455: hue angle of 339.26º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01455 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 20 | 85 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.18 |
| HSL | 339.26º | 0.82% | 0.45% | - |
| HSV(B) | 339.26º | 0.9% | 0.82% | - |
| XYZ | 27.9 | 14.57 | 9.94 | - |
| YUV | 83.62 | 128.78 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 85 | 0 | 0.90 | 0.59 | 0.18 | 339.26 | 0.82 | 0.45 |
| Hex | D0 | 14 | 55 | 0 | 5A | 3B | 12 | 153 | 52 | 2D |
| Octal | 320 | 24 | 125 | 0 | 132 | 73 | 22 | 523 | 122 | 55 |
| Binary | 11010000 | 10100 | 1010101 | 0 | 1011010 | 111011 | 10010 | 101010011 | 1010010 | 101101 |
Color Harmonies of #D01455
Complementary color
Monochromatic Colors of #D01455
Black with #D01455
Text Example
Text Example
White with #D01455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01455; }
p { color: rgb(208,20,85); }
H1.HeaderClassName
{
color: #D01455;
}
.AnyTagClassName
{
color: #D01455;
}
</style>
background-color css
<style>
a { background-color: #D01455; }
a { background-color: rgb(208,20,85); }
div.DivClassName
{
background-color: #D01455;
}
.BgClassName
{
background-color: #D01455;
}
</style>
border-color css
<style>
span { border-color: #D01455; }
span { border-color: rgb(208,20,85); }
td.TdClassName
{
border-color: #D01455;
}
.TagClassName
{
border-color: #D01455;
}
</style>