Shades of Ruby #DA134F
Tints of Ruby #DA134F
RGB
CMYK
RGB Variations
Color information
#DA134F (or 0xDA134F) is known color: Ruby. HEX triplet: DA, 13 and 4F. RGB value is (218,19,79). Sum of RGB (Red+Green+Blue) = 218+19+79=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA134F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA134F is #25ECB0. Grayscale: #555555. Windows color (decimal): -2485425 or 5182426. OLE color: 5182426.
HSL color Cylindrical-coordinate representation of color #DA134F: hue angle of 341.91º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA134F is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 79 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.15 |
| HSL | 341.91º | 0.84% | 0.46% | - |
| HSV(B) | 341.91º | 0.91% | 0.85% | - |
| XYZ | 30.56 | 15.94 | 8.86 | - |
| YUV | 85.34 | 124.43 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 79 | 0 | 0.91 | 0.64 | 0.15 | 341.91 | 0.84 | 0.46 |
| Hex | DA | 13 | 4F | 0 | 5B | 40 | F | 156 | 54 | 2E |
| Octal | 332 | 23 | 117 | 0 | 133 | 100 | 17 | 526 | 124 | 56 |
| Binary | 11011010 | 10011 | 1001111 | 0 | 1011011 | 1000000 | 1111 | 101010110 | 1010100 | 101110 |
Color Harmonies of #DA134F
Complementary color
Monochromatic Colors of #DA134F
Black with #DA134F
Text Example
Text Example
White with #DA134F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA134F; }
p { color: rgb(218,19,79); }
H1.HeaderClassName
{
color: #DA134F;
}
.AnyTagClassName
{
color: #DA134F;
}
</style>
background-color css
<style>
a { background-color: #DA134F; }
a { background-color: rgb(218,19,79); }
div.DivClassName
{
background-color: #DA134F;
}
.BgClassName
{
background-color: #DA134F;
}
</style>
border-color css
<style>
span { border-color: #DA134F; }
span { border-color: rgb(218,19,79); }
td.TdClassName
{
border-color: #DA134F;
}
.TagClassName
{
border-color: #DA134F;
}
</style>