Shades of Ruby #D0155F
Tints of Ruby #D0155F
RGB
CMYK
RGB Variations
Color information
#D0155F (or 0xD0155F) is known color: Ruby. HEX triplet: D0, 15 and 5F. RGB value is (208,21,95). Sum of RGB (Red+Green+Blue) = 208+21+95=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D0155F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0155F is #2FEAA0. Grayscale: #555555. Windows color (decimal): -3140257 or 6231504. OLE color: 6231504.
HSL color Cylindrical-coordinate representation of color #D0155F: hue angle of 336.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 #D0155F is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 21 | 95 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.18 |
| HSL | 336.26º | 0.82% | 0.45% | - |
| HSV(B) | 336.26º | 0.9% | 0.82% | - |
| XYZ | 28.35 | 14.77 | 12.18 | - |
| YUV | 85.35 | 133.45 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 21 | 95 | 0 | 0.90 | 0.54 | 0.18 | 336.26 | 0.82 | 0.45 |
| Hex | D0 | 15 | 5F | 0 | 5A | 36 | 12 | 150 | 52 | 2D |
| Octal | 320 | 25 | 137 | 0 | 132 | 66 | 22 | 520 | 122 | 55 |
| Binary | 11010000 | 10101 | 1011111 | 0 | 1011010 | 110110 | 10010 | 101010000 | 1010010 | 101101 |
Color Harmonies of #D0155F
Complementary color
Monochromatic Colors of #D0155F
Black with #D0155F
Text Example
Text Example
White with #D0155F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0155F; }
p { color: rgb(208,21,95); }
H1.HeaderClassName
{
color: #D0155F;
}
.AnyTagClassName
{
color: #D0155F;
}
</style>
background-color css
<style>
a { background-color: #D0155F; }
a { background-color: rgb(208,21,95); }
div.DivClassName
{
background-color: #D0155F;
}
.BgClassName
{
background-color: #D0155F;
}
</style>
border-color css
<style>
span { border-color: #D0155F; }
span { border-color: rgb(208,21,95); }
td.TdClassName
{
border-color: #D0155F;
}
.TagClassName
{
border-color: #D0155F;
}
</style>