Shades of Ruby #DC144F
Tints of Ruby #DC144F
RGB
CMYK
RGB Variations
Color information
#DC144F (or 0xDC144F) is known color: Ruby. HEX triplet: DC, 14 and 4F. RGB value is (220,20,79). Sum of RGB (Red+Green+Blue) = 220+20+79=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC144F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC144F is #23EBB0. Grayscale: #565656. Windows color (decimal): -2354097 or 5182684. OLE color: 5182684.
HSL color Cylindrical-coordinate representation of color #DC144F: hue angle of 342.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC144F is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 79 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.14 |
| HSL | 342.3º | 0.83% | 0.47% | - |
| HSV(B) | 342.3º | 0.91% | 0.86% | - |
| XYZ | 31.18 | 16.28 | 8.9 | - |
| YUV | 86.53 | 123.76 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 79 | 0 | 0.91 | 0.64 | 0.14 | 342.3 | 0.83 | 0.47 |
| Hex | DC | 14 | 4F | 0 | 5B | 40 | E | 156 | 53 | 2F |
| Octal | 334 | 24 | 117 | 0 | 133 | 100 | 16 | 526 | 123 | 57 |
| Binary | 11011100 | 10100 | 1001111 | 0 | 1011011 | 1000000 | 1110 | 101010110 | 1010011 | 101111 |
Color Harmonies of #DC144F
Complementary color
Monochromatic Colors of #DC144F
Black with #DC144F
Text Example
Text Example
White with #DC144F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC144F; }
p { color: rgb(220,20,79); }
H1.HeaderClassName
{
color: #DC144F;
}
.AnyTagClassName
{
color: #DC144F;
}
</style>
background-color css
<style>
a { background-color: #DC144F; }
a { background-color: rgb(220,20,79); }
div.DivClassName
{
background-color: #DC144F;
}
.BgClassName
{
background-color: #DC144F;
}
</style>
border-color css
<style>
span { border-color: #DC144F; }
span { border-color: rgb(220,20,79); }
td.TdClassName
{
border-color: #DC144F;
}
.TagClassName
{
border-color: #DC144F;
}
</style>