Shades of Ruby #D00D4F
Tints of Ruby #D00D4F
RGB
CMYK
RGB Variations
Color information
#D00D4F (or 0xD00D4F) is known color: Ruby. HEX triplet: D0, 0D and 4F. RGB value is (208,13,79). Sum of RGB (Red+Green+Blue) = 208+13+79=300 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.33% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00D4F is #2FF2B0. Grayscale: #4E4E4E. Windows color (decimal): -3142321 or 5180880. OLE color: 5180880.
HSL color Cylindrical-coordinate representation of color #D00D4F: hue angle of 339.69º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00D4F is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 79 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.18 |
| HSL | 339.69º | 0.88% | 0.43% | - |
| HSV(B) | 339.69º | 0.94% | 0.82% | - |
| XYZ | 27.57 | 14.26 | 8.7 | - |
| YUV | 78.83 | 128.1 | 220.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 79 | 0 | 0.94 | 0.62 | 0.18 | 339.69 | 0.88 | 0.43 |
| Hex | D0 | D | 4F | 0 | 5E | 3E | 12 | 154 | 58 | 2B |
| Octal | 320 | 15 | 117 | 0 | 136 | 76 | 22 | 524 | 130 | 53 |
| Binary | 11010000 | 1101 | 1001111 | 0 | 1011110 | 111110 | 10010 | 101010100 | 1011000 | 101011 |
Color Harmonies of #D00D4F
Complementary color
Monochromatic Colors of #D00D4F
Black with #D00D4F
Text Example
Text Example
White with #D00D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00D4F; }
p { color: rgb(208,13,79); }
H1.HeaderClassName
{
color: #D00D4F;
}
.AnyTagClassName
{
color: #D00D4F;
}
</style>
background-color css
<style>
a { background-color: #D00D4F; }
a { background-color: rgb(208,13,79); }
div.DivClassName
{
background-color: #D00D4F;
}
.BgClassName
{
background-color: #D00D4F;
}
</style>
border-color css
<style>
span { border-color: #D00D4F; }
span { border-color: rgb(208,13,79); }
td.TdClassName
{
border-color: #D00D4F;
}
.TagClassName
{
border-color: #D00D4F;
}
</style>