Shades of Ruby #D0154F
Tints of Ruby #D0154F
RGB
CMYK
RGB Variations
Color information
#D0154F (or 0xD0154F) is known color: Ruby. HEX triplet: D0, 15 and 4F. RGB value is (208,21,79). Sum of RGB (Red+Green+Blue) = 208+21+79=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D0154F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0154F is #2FEAB0. Grayscale: #535353. Windows color (decimal): -3140273 or 5182928. OLE color: 5182928.
HSL color Cylindrical-coordinate representation of color #D0154F: hue angle of 341.39º 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 #D0154F is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 21 | 79 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.18 |
| HSL | 341.39º | 0.82% | 0.45% | - |
| HSV(B) | 341.39º | 0.9% | 0.82% | - |
| XYZ | 27.69 | 14.51 | 8.74 | - |
| YUV | 83.53 | 125.45 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 21 | 79 | 0 | 0.90 | 0.62 | 0.18 | 341.39 | 0.82 | 0.45 |
| Hex | D0 | 15 | 4F | 0 | 5A | 3E | 12 | 155 | 52 | 2D |
| Octal | 320 | 25 | 117 | 0 | 132 | 76 | 22 | 525 | 122 | 55 |
| Binary | 11010000 | 10101 | 1001111 | 0 | 1011010 | 111110 | 10010 | 101010101 | 1010010 | 101101 |
Color Harmonies of #D0154F
Complementary color
Monochromatic Colors of #D0154F
Black with #D0154F
Text Example
Text Example
White with #D0154F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0154F; }
p { color: rgb(208,21,79); }
H1.HeaderClassName
{
color: #D0154F;
}
.AnyTagClassName
{
color: #D0154F;
}
</style>
background-color css
<style>
a { background-color: #D0154F; }
a { background-color: rgb(208,21,79); }
div.DivClassName
{
background-color: #D0154F;
}
.BgClassName
{
background-color: #D0154F;
}
</style>
border-color css
<style>
span { border-color: #D0154F; }
span { border-color: rgb(208,21,79); }
td.TdClassName
{
border-color: #D0154F;
}
.TagClassName
{
border-color: #D0154F;
}
</style>