Shades of Ruby #DF135E
Tints of Ruby #DF135E
RGB
CMYK
RGB Variations
Color information
#DF135E (or 0xDF135E) is known color: Ruby. HEX triplet: DF, 13 and 5E. RGB value is (223,19,94). Sum of RGB (Red+Green+Blue) = 223+19+94=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF135E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF135E is #20ECA1. Grayscale: #585858. Windows color (decimal): -2157730 or 6165471. OLE color: 6165471.
HSL color Cylindrical-coordinate representation of color #DF135E: hue angle of 337.94º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF135E is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 94 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.13 |
| HSL | 337.94º | 0.84% | 0.47% | - |
| HSV(B) | 337.94º | 0.91% | 0.87% | - |
| XYZ | 32.68 | 16.96 | 12.14 | - |
| YUV | 88.55 | 131.09 | 223.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 94 | 0 | 0.91 | 0.58 | 0.13 | 337.94 | 0.84 | 0.47 |
| Hex | DF | 13 | 5E | 0 | 5B | 3A | D | 152 | 54 | 2F |
| Octal | 337 | 23 | 136 | 0 | 133 | 72 | 15 | 522 | 124 | 57 |
| Binary | 11011111 | 10011 | 1011110 | 0 | 1011011 | 111010 | 1101 | 101010010 | 1010100 | 101111 |
Color Harmonies of #DF135E
Complementary color
Monochromatic Colors of #DF135E
Black with #DF135E
Text Example
Text Example
White with #DF135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF135E; }
p { color: rgb(223,19,94); }
H1.HeaderClassName
{
color: #DF135E;
}
.AnyTagClassName
{
color: #DF135E;
}
</style>
background-color css
<style>
a { background-color: #DF135E; }
a { background-color: rgb(223,19,94); }
div.DivClassName
{
background-color: #DF135E;
}
.BgClassName
{
background-color: #DF135E;
}
</style>
border-color css
<style>
span { border-color: #DF135E; }
span { border-color: rgb(223,19,94); }
td.TdClassName
{
border-color: #DF135E;
}
.TagClassName
{
border-color: #DF135E;
}
</style>