Shades of Ruby #D01851
Tints of Ruby #D01851
RGB
CMYK
RGB Variations
Color information
#D01851 (or 0xD01851) is known color: Ruby. HEX triplet: D0, 18 and 51. RGB value is (208,24,81). Sum of RGB (Red+Green+Blue) = 208+24+81=313 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.45% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 208 - color contains mainly: red. Hex color #D01851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01851 is #2FE7AE. Grayscale: #555555. Windows color (decimal): -3139503 or 5314768. OLE color: 5314768.
HSL color Cylindrical-coordinate representation of color #D01851: hue angle of 341.41º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01851 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 81 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.18 |
| HSL | 341.41º | 0.79% | 0.45% | - |
| HSV(B) | 341.41º | 0.88% | 0.82% | - |
| XYZ | 27.82 | 14.66 | 9.15 | - |
| YUV | 85.51 | 125.46 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 81 | 0 | 0.88 | 0.61 | 0.18 | 341.41 | 0.79 | 0.45 |
| Hex | D0 | 18 | 51 | 0 | 58 | 3D | 12 | 155 | 4F | 2D |
| Octal | 320 | 30 | 121 | 0 | 130 | 75 | 22 | 525 | 117 | 55 |
| Binary | 11010000 | 11000 | 1010001 | 0 | 1011000 | 111101 | 10010 | 101010101 | 1001111 | 101101 |
Color Harmonies of #D01851
Complementary color
Monochromatic Colors of #D01851
Black with #D01851
Text Example
Text Example
White with #D01851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01851; }
p { color: rgb(208,24,81); }
H1.HeaderClassName
{
color: #D01851;
}
.AnyTagClassName
{
color: #D01851;
}
</style>
background-color css
<style>
a { background-color: #D01851; }
a { background-color: rgb(208,24,81); }
div.DivClassName
{
background-color: #D01851;
}
.BgClassName
{
background-color: #D01851;
}
</style>
border-color css
<style>
span { border-color: #D01851; }
span { border-color: rgb(208,24,81); }
td.TdClassName
{
border-color: #D01851;
}
.TagClassName
{
border-color: #D01851;
}
</style>