Shades of Ruby #D0155C
Tints of Ruby #D0155C
RGB
CMYK
RGB Variations
Color information
#D0155C (or 0xD0155C) is known color: Ruby. HEX triplet: D0, 15 and 5C. RGB value is (208,21,92). Sum of RGB (Red+Green+Blue) = 208+21+92=321 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.80% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 208 - color contains mainly: red. Hex color #D0155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0155C is #2FEAA3. Grayscale: #545454. Windows color (decimal): -3140260 or 6034896. OLE color: 6034896.
HSL color Cylindrical-coordinate representation of color #D0155C: hue angle of 337.22º 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 #D0155C is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 21 | 92 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.18 |
| HSL | 337.22º | 0.82% | 0.45% | - |
| HSV(B) | 337.22º | 0.9% | 0.82% | - |
| XYZ | 28.21 | 14.72 | 11.48 | - |
| YUV | 85.01 | 131.95 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 21 | 92 | 0 | 0.90 | 0.56 | 0.18 | 337.22 | 0.82 | 0.45 |
| Hex | D0 | 15 | 5C | 0 | 5A | 38 | 12 | 151 | 52 | 2D |
| Octal | 320 | 25 | 134 | 0 | 132 | 70 | 22 | 521 | 122 | 55 |
| Binary | 11010000 | 10101 | 1011100 | 0 | 1011010 | 111000 | 10010 | 101010001 | 1010010 | 101101 |
Color Harmonies of #D0155C
Complementary color
Monochromatic Colors of #D0155C
Black with #D0155C
Text Example
Text Example
White with #D0155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0155C; }
p { color: rgb(208,21,92); }
H1.HeaderClassName
{
color: #D0155C;
}
.AnyTagClassName
{
color: #D0155C;
}
</style>
background-color css
<style>
a { background-color: #D0155C; }
a { background-color: rgb(208,21,92); }
div.DivClassName
{
background-color: #D0155C;
}
.BgClassName
{
background-color: #D0155C;
}
</style>
border-color css
<style>
span { border-color: #D0155C; }
span { border-color: rgb(208,21,92); }
td.TdClassName
{
border-color: #D0155C;
}
.TagClassName
{
border-color: #D0155C;
}
</style>