Shades of Ruby #DC1851
Tints of Ruby #DC1851
RGB
CMYK
RGB Variations
Color information
#DC1851 (or 0xDC1851) is known color: Ruby. HEX triplet: DC, 18 and 51. RGB value is (220,24,81). Sum of RGB (Red+Green+Blue) = 220+24+81=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 81 (32.03% from 255 or 24.92% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1851 is #23E7AE. Grayscale: #595959. Windows color (decimal): -2353071 or 5314780. OLE color: 5314780.
HSL color Cylindrical-coordinate representation of color #DC1851: hue angle of 342.55º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1851 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 81 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.14 |
| HSL | 342.55º | 0.8% | 0.48% | - |
| HSV(B) | 342.55º | 0.89% | 0.86% | - |
| XYZ | 31.33 | 16.46 | 9.31 | - |
| YUV | 89.1 | 123.43 | 221.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 81 | 0 | 0.89 | 0.63 | 0.14 | 342.55 | 0.8 | 0.48 |
| Hex | DC | 18 | 51 | 0 | 59 | 3F | E | 157 | 50 | 30 |
| Octal | 334 | 30 | 121 | 0 | 131 | 77 | 16 | 527 | 120 | 60 |
| Binary | 11011100 | 11000 | 1010001 | 0 | 1011001 | 111111 | 1110 | 101010111 | 1010000 | 110000 |
Color Harmonies of #DC1851
Complementary color
Monochromatic Colors of #DC1851
Black with #DC1851
Text Example
Text Example
White with #DC1851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1851; }
p { color: rgb(220,24,81); }
H1.HeaderClassName
{
color: #DC1851;
}
.AnyTagClassName
{
color: #DC1851;
}
</style>
background-color css
<style>
a { background-color: #DC1851; }
a { background-color: rgb(220,24,81); }
div.DivClassName
{
background-color: #DC1851;
}
.BgClassName
{
background-color: #DC1851;
}
</style>
border-color css
<style>
span { border-color: #DC1851; }
span { border-color: rgb(220,24,81); }
td.TdClassName
{
border-color: #DC1851;
}
.TagClassName
{
border-color: #DC1851;
}
</style>