Shades of Ruby #DF1853
Tints of Ruby #DF1853
RGB
CMYK
RGB Variations
Color information
#DF1853 (or 0xDF1853) is known color: Ruby. HEX triplet: DF, 18 and 53. RGB value is (223,24,83). Sum of RGB (Red+Green+Blue) = 223+24+83=330 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.58% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1853 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1853 is #20E7AC. Grayscale: #5A5A5A. Windows color (decimal): -2156461 or 5445855. OLE color: 5445855.
HSL color Cylindrical-coordinate representation of color #DF1853: hue angle of 342.21º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF1853 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 24 | 83 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.13 |
| HSL | 342.21º | 0.81% | 0.48% | - |
| HSV(B) | 342.21º | 0.89% | 0.87% | - |
| XYZ | 32.32 | 16.97 | 9.75 | - |
| YUV | 90.23 | 123.93 | 222.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 83 | 0 | 0.89 | 0.63 | 0.13 | 342.21 | 0.81 | 0.48 |
| Hex | DF | 18 | 53 | 0 | 59 | 3F | D | 156 | 51 | 30 |
| Octal | 337 | 30 | 123 | 0 | 131 | 77 | 15 | 526 | 121 | 60 |
| Binary | 11011111 | 11000 | 1010011 | 0 | 1011001 | 111111 | 1101 | 101010110 | 1010001 | 110000 |
Color Harmonies of #DF1853
Complementary color
Monochromatic Colors of #DF1853
Black with #DF1853
Text Example
Text Example
White with #DF1853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1853; }
p { color: rgb(223,24,83); }
H1.HeaderClassName
{
color: #DF1853;
}
.AnyTagClassName
{
color: #DF1853;
}
</style>
background-color css
<style>
a { background-color: #DF1853; }
a { background-color: rgb(223,24,83); }
div.DivClassName
{
background-color: #DF1853;
}
.BgClassName
{
background-color: #DF1853;
}
</style>
border-color css
<style>
span { border-color: #DF1853; }
span { border-color: rgb(223,24,83); }
td.TdClassName
{
border-color: #DF1853;
}
.TagClassName
{
border-color: #DF1853;
}
</style>