Shades of Ruby #DF1367
Tints of Ruby #DF1367
RGB
CMYK
RGB Variations
Color information
#DF1367 (or 0xDF1367) is known color: Ruby. HEX triplet: DF, 13 and 67. RGB value is (223,19,103). Sum of RGB (Red+Green+Blue) = 223+19+103=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1367 is #20EC98. Grayscale: #595959. Windows color (decimal): -2157721 or 6755295. OLE color: 6755295.
HSL color Cylindrical-coordinate representation of color #DF1367: hue angle of 335.29º 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 #DF1367 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 103 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.13 |
| HSL | 335.29º | 0.84% | 0.47% | - |
| HSV(B) | 335.29º | 0.91% | 0.87% | - |
| XYZ | 33.11 | 17.13 | 14.39 | - |
| YUV | 89.57 | 135.59 | 223.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 103 | 0 | 0.91 | 0.54 | 0.13 | 335.29 | 0.84 | 0.47 |
| Hex | DF | 13 | 67 | 0 | 5B | 36 | D | 14F | 54 | 2F |
| Octal | 337 | 23 | 147 | 0 | 133 | 66 | 15 | 517 | 124 | 57 |
| Binary | 11011111 | 10011 | 1100111 | 0 | 1011011 | 110110 | 1101 | 101001111 | 1010100 | 101111 |
Color Harmonies of #DF1367
Complementary color
Monochromatic Colors of #DF1367
Black with #DF1367
Text Example
Text Example
White with #DF1367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1367; }
p { color: rgb(223,19,103); }
H1.HeaderClassName
{
color: #DF1367;
}
.AnyTagClassName
{
color: #DF1367;
}
</style>
background-color css
<style>
a { background-color: #DF1367; }
a { background-color: rgb(223,19,103); }
div.DivClassName
{
background-color: #DF1367;
}
.BgClassName
{
background-color: #DF1367;
}
</style>
border-color css
<style>
span { border-color: #DF1367; }
span { border-color: rgb(223,19,103); }
td.TdClassName
{
border-color: #DF1367;
}
.TagClassName
{
border-color: #DF1367;
}
</style>