Shades of Ruby #DC155E
Tints of Ruby #DC155E
RGB
CMYK
RGB Variations
Color information
#DC155E (or 0xDC155E) is known color: Ruby. HEX triplet: DC, 15 and 5E. RGB value is (220,21,94). Sum of RGB (Red+Green+Blue) = 220+21+94=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC155E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC155E is #23EAA1. Grayscale: #585858. Windows color (decimal): -2353826 or 6165980. OLE color: 6165980.
HSL color Cylindrical-coordinate representation of color #DC155E: hue angle of 337.99º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC155E is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 94 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.14 |
| HSL | 337.99º | 0.83% | 0.47% | - |
| HSV(B) | 337.99º | 0.9% | 0.86% | - |
| XYZ | 31.8 | 16.56 | 12.11 | - |
| YUV | 88.82 | 130.93 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 94 | 0 | 0.90 | 0.57 | 0.14 | 337.99 | 0.83 | 0.47 |
| Hex | DC | 15 | 5E | 0 | 5A | 39 | E | 152 | 53 | 2F |
| Octal | 334 | 25 | 136 | 0 | 132 | 71 | 16 | 522 | 123 | 57 |
| Binary | 11011100 | 10101 | 1011110 | 0 | 1011010 | 111001 | 1110 | 101010010 | 1010011 | 101111 |
Color Harmonies of #DC155E
Complementary color
Monochromatic Colors of #DC155E
Black with #DC155E
Text Example
Text Example
White with #DC155E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC155E; }
p { color: rgb(220,21,94); }
H1.HeaderClassName
{
color: #DC155E;
}
.AnyTagClassName
{
color: #DC155E;
}
</style>
background-color css
<style>
a { background-color: #DC155E; }
a { background-color: rgb(220,21,94); }
div.DivClassName
{
background-color: #DC155E;
}
.BgClassName
{
background-color: #DC155E;
}
</style>
border-color css
<style>
span { border-color: #DC155E; }
span { border-color: rgb(220,21,94); }
td.TdClassName
{
border-color: #DC155E;
}
.TagClassName
{
border-color: #DC155E;
}
</style>