Shades of Ruby #DC1461
Tints of Ruby #DC1461
RGB
CMYK
RGB Variations
Color information
#DC1461 (or 0xDC1461) is known color: Ruby. HEX triplet: DC, 14 and 61. RGB value is (220,20,97). Sum of RGB (Red+Green+Blue) = 220+20+97=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1461 is #23EB9E. Grayscale: #585858. Windows color (decimal): -2354079 or 6362332. OLE color: 6362332.
HSL color Cylindrical-coordinate representation of color #DC1461: hue angle of 336.9º 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 #DC1461 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 97 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.14 |
| HSL | 336.9º | 0.83% | 0.47% | - |
| HSV(B) | 336.9º | 0.91% | 0.86% | - |
| XYZ | 31.92 | 16.58 | 12.83 | - |
| YUV | 88.58 | 132.76 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 97 | 0 | 0.91 | 0.56 | 0.14 | 336.9 | 0.83 | 0.47 |
| Hex | DC | 14 | 61 | 0 | 5B | 38 | E | 151 | 53 | 2F |
| Octal | 334 | 24 | 141 | 0 | 133 | 70 | 16 | 521 | 123 | 57 |
| Binary | 11011100 | 10100 | 1100001 | 0 | 1011011 | 111000 | 1110 | 101010001 | 1010011 | 101111 |
Color Harmonies of #DC1461
Complementary color
Monochromatic Colors of #DC1461
Black with #DC1461
Text Example
Text Example
White with #DC1461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1461; }
p { color: rgb(220,20,97); }
H1.HeaderClassName
{
color: #DC1461;
}
.AnyTagClassName
{
color: #DC1461;
}
</style>
background-color css
<style>
a { background-color: #DC1461; }
a { background-color: rgb(220,20,97); }
div.DivClassName
{
background-color: #DC1461;
}
.BgClassName
{
background-color: #DC1461;
}
</style>
border-color css
<style>
span { border-color: #DC1461; }
span { border-color: rgb(220,20,97); }
td.TdClassName
{
border-color: #DC1461;
}
.TagClassName
{
border-color: #DC1461;
}
</style>