Shades of Ruby #DF0373
Tints of Ruby #DF0373
RGB
CMYK
RGB Variations
Color information
#DF0373 (or 0xDF0373) is known color: Ruby. HEX triplet: DF, 03 and 73. RGB value is (223,3,115). Sum of RGB (Red+Green+Blue) = 223+3+115=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0373 is #20FC8C. Grayscale: #515151. Windows color (decimal): -2161805 or 7537631. OLE color: 7537631.
HSL color Cylindrical-coordinate representation of color #DF0373: hue angle of 329.45º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF0373 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 115 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.13 |
| HSL | 329.45º | 0.97% | 0.44% | - |
| HSV(B) | 329.45º | 0.99% | 0.87% | - |
| XYZ | 33.56 | 16.99 | 17.73 | - |
| YUV | 81.55 | 146.89 | 228.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 115 | 0 | 0.99 | 0.48 | 0.13 | 329.45 | 0.97 | 0.44 |
| Hex | DF | 3 | 73 | 0 | 63 | 30 | D | 149 | 61 | 2C |
| Octal | 337 | 3 | 163 | 0 | 143 | 60 | 15 | 511 | 141 | 54 |
| Binary | 11011111 | 11 | 1110011 | 0 | 1100011 | 110000 | 1101 | 101001001 | 1100001 | 101100 |
Color Harmonies of #DF0373
Complementary color
Monochromatic Colors of #DF0373
Black with #DF0373
Text Example
Text Example
White with #DF0373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0373; }
p { color: rgb(223,3,115); }
H1.HeaderClassName
{
color: #DF0373;
}
.AnyTagClassName
{
color: #DF0373;
}
</style>
background-color css
<style>
a { background-color: #DF0373; }
a { background-color: rgb(223,3,115); }
div.DivClassName
{
background-color: #DF0373;
}
.BgClassName
{
background-color: #DF0373;
}
</style>
border-color css
<style>
span { border-color: #DF0373; }
span { border-color: rgb(223,3,115); }
td.TdClassName
{
border-color: #DF0373;
}
.TagClassName
{
border-color: #DF0373;
}
</style>