Shades of Ruby #DC135C
Tints of Ruby #DC135C
RGB
CMYK
RGB Variations
Color information
#DC135C (or 0xDC135C) is known color: Ruby. HEX triplet: DC, 13 and 5C. RGB value is (220,19,92). Sum of RGB (Red+Green+Blue) = 220+19+92=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC135C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC135C is #23ECA3. Grayscale: #575757. Windows color (decimal): -2354340 or 6034396. OLE color: 6034396.
HSL color Cylindrical-coordinate representation of color #DC135C: hue angle of 338.21º degrees, saturation: 0.84, 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 #DC135C is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 92 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.14 |
| HSL | 338.21º | 0.84% | 0.47% | - |
| HSV(B) | 338.21º | 0.91% | 0.86% | - |
| XYZ | 31.68 | 16.45 | 11.63 | - |
| YUV | 87.42 | 130.59 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 92 | 0 | 0.91 | 0.58 | 0.14 | 338.21 | 0.84 | 0.47 |
| Hex | DC | 13 | 5C | 0 | 5B | 3A | E | 152 | 54 | 2F |
| Octal | 334 | 23 | 134 | 0 | 133 | 72 | 16 | 522 | 124 | 57 |
| Binary | 11011100 | 10011 | 1011100 | 0 | 1011011 | 111010 | 1110 | 101010010 | 1010100 | 101111 |
Color Harmonies of #DC135C
Complementary color
Monochromatic Colors of #DC135C
Black with #DC135C
Text Example
Text Example
White with #DC135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC135C; }
p { color: rgb(220,19,92); }
H1.HeaderClassName
{
color: #DC135C;
}
.AnyTagClassName
{
color: #DC135C;
}
</style>
background-color css
<style>
a { background-color: #DC135C; }
a { background-color: rgb(220,19,92); }
div.DivClassName
{
background-color: #DC135C;
}
.BgClassName
{
background-color: #DC135C;
}
</style>
border-color css
<style>
span { border-color: #DC135C; }
span { border-color: rgb(220,19,92); }
td.TdClassName
{
border-color: #DC135C;
}
.TagClassName
{
border-color: #DC135C;
}
</style>