Shades of Ruby #DF0F5E
Tints of Ruby #DF0F5E
RGB
CMYK
RGB Variations
Color information
#DF0F5E (or 0xDF0F5E) is known color: Ruby. HEX triplet: DF, 0F and 5E. RGB value is (223,15,94). Sum of RGB (Red+Green+Blue) = 223+15+94=332 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.17% from 332); Green value is 15 (6.25% from 255 or 4.52% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0F5E is #20F0A1. Grayscale: #565656. Windows color (decimal): -2158754 or 6164447. OLE color: 6164447.
HSL color Cylindrical-coordinate representation of color #DF0F5E: hue angle of 337.21º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF0F5E is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 15 | 94 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.13 |
| HSL | 337.21º | 0.87% | 0.47% | - |
| HSV(B) | 337.21º | 0.93% | 0.87% | - |
| XYZ | 32.62 | 16.84 | 12.12 | - |
| YUV | 86.2 | 132.41 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 94 | 0 | 0.93 | 0.58 | 0.13 | 337.21 | 0.87 | 0.47 |
| Hex | DF | F | 5E | 0 | 5D | 3A | D | 151 | 57 | 2F |
| Octal | 337 | 17 | 136 | 0 | 135 | 72 | 15 | 521 | 127 | 57 |
| Binary | 11011111 | 1111 | 1011110 | 0 | 1011101 | 111010 | 1101 | 101010001 | 1010111 | 101111 |
Color Harmonies of #DF0F5E
Complementary color
Monochromatic Colors of #DF0F5E
Black with #DF0F5E
Text Example
Text Example
White with #DF0F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0F5E; }
p { color: rgb(223,15,94); }
H1.HeaderClassName
{
color: #DF0F5E;
}
.AnyTagClassName
{
color: #DF0F5E;
}
</style>
background-color css
<style>
a { background-color: #DF0F5E; }
a { background-color: rgb(223,15,94); }
div.DivClassName
{
background-color: #DF0F5E;
}
.BgClassName
{
background-color: #DF0F5E;
}
</style>
border-color css
<style>
span { border-color: #DF0F5E; }
span { border-color: rgb(223,15,94); }
td.TdClassName
{
border-color: #DF0F5E;
}
.TagClassName
{
border-color: #DF0F5E;
}
</style>