Shades of Ruby #DC1B53
Tints of Ruby #DC1B53
RGB
CMYK
RGB Variations
Color information
#DC1B53 (or 0xDC1B53) is known color: Ruby. HEX triplet: DC, 1B and 53. RGB value is (220,27,83). Sum of RGB (Red+Green+Blue) = 220+27+83=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1B53 is #23E4AC. Grayscale: #5B5B5B. Windows color (decimal): -2352301 or 5446620. OLE color: 5446620.
HSL color Cylindrical-coordinate representation of color #DC1B53: hue angle of 342.59º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1B53 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 83 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.14 |
| HSL | 342.59º | 0.78% | 0.48% | - |
| HSV(B) | 342.59º | 0.88% | 0.86% | - |
| XYZ | 31.47 | 16.62 | 9.73 | - |
| YUV | 91.09 | 123.44 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 83 | 0 | 0.88 | 0.62 | 0.14 | 342.59 | 0.78 | 0.48 |
| Hex | DC | 1B | 53 | 0 | 58 | 3E | E | 157 | 4E | 30 |
| Octal | 334 | 33 | 123 | 0 | 130 | 76 | 16 | 527 | 116 | 60 |
| Binary | 11011100 | 11011 | 1010011 | 0 | 1011000 | 111110 | 1110 | 101010111 | 1001110 | 110000 |
Color Harmonies of #DC1B53
Complementary color
Monochromatic Colors of #DC1B53
Black with #DC1B53
Text Example
Text Example
White with #DC1B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1B53; }
p { color: rgb(220,27,83); }
H1.HeaderClassName
{
color: #DC1B53;
}
.AnyTagClassName
{
color: #DC1B53;
}
</style>
background-color css
<style>
a { background-color: #DC1B53; }
a { background-color: rgb(220,27,83); }
div.DivClassName
{
background-color: #DC1B53;
}
.BgClassName
{
background-color: #DC1B53;
}
</style>
border-color css
<style>
span { border-color: #DC1B53; }
span { border-color: rgb(220,27,83); }
td.TdClassName
{
border-color: #DC1B53;
}
.TagClassName
{
border-color: #DC1B53;
}
</style>