Shades of Ruby #CD1054
Tints of Ruby #CD1054
RGB
CMYK
RGB Variations
Color information
#CD1054 (or 0xCD1054) is known color: Ruby. HEX triplet: CD, 10 and 54. RGB value is (205,16,84). Sum of RGB (Red+Green+Blue) = 205+16+84=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1054 is #32EFAB. Grayscale: #505050. Windows color (decimal): -3338156 or 5509325. OLE color: 5509325.
HSL color Cylindrical-coordinate representation of color #CD1054: hue angle of 338.41º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD1054 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 16 | 84 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.20 |
| HSL | 338.41º | 0.86% | 0.43% | - |
| HSV(B) | 338.41º | 0.92% | 0.8% | - |
| XYZ | 26.96 | 13.99 | 9.67 | - |
| YUV | 80.26 | 130.12 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 16 | 84 | 0 | 0.92 | 0.59 | 0.20 | 338.41 | 0.86 | 0.43 |
| Hex | CD | 10 | 54 | 0 | 5C | 3B | 14 | 152 | 56 | 2B |
| Octal | 315 | 20 | 124 | 0 | 134 | 73 | 24 | 522 | 126 | 53 |
| Binary | 11001101 | 10000 | 1010100 | 0 | 1011100 | 111011 | 10100 | 101010010 | 1010110 | 101011 |
Color Harmonies of #CD1054
Complementary color
Monochromatic Colors of #CD1054
Black with #CD1054
Text Example
Text Example
White with #CD1054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1054; }
p { color: rgb(205,16,84); }
H1.HeaderClassName
{
color: #CD1054;
}
.AnyTagClassName
{
color: #CD1054;
}
</style>
background-color css
<style>
a { background-color: #CD1054; }
a { background-color: rgb(205,16,84); }
div.DivClassName
{
background-color: #CD1054;
}
.BgClassName
{
background-color: #CD1054;
}
</style>
border-color css
<style>
span { border-color: #CD1054; }
span { border-color: rgb(205,16,84); }
td.TdClassName
{
border-color: #CD1054;
}
.TagClassName
{
border-color: #CD1054;
}
</style>