Shades of Ruby #CD1153
Tints of Ruby #CD1153
RGB
CMYK
RGB Variations
Color information
#CD1153 (or 0xCD1153) is known color: Ruby. HEX triplet: CD, 11 and 53. RGB value is (205,17,83). Sum of RGB (Red+Green+Blue) = 205+17+83=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1153 is #32EEAC. Grayscale: #505050. Windows color (decimal): -3337901 or 5444045. OLE color: 5444045.
HSL color Cylindrical-coordinate representation of color #CD1153: hue angle of 338.94º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD1153 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 17 | 83 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.20 |
| HSL | 338.94º | 0.85% | 0.44% | - |
| HSV(B) | 338.94º | 0.92% | 0.8% | - |
| XYZ | 26.94 | 14 | 9.47 | - |
| YUV | 80.74 | 129.28 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 17 | 83 | 0 | 0.92 | 0.60 | 0.20 | 338.94 | 0.85 | 0.44 |
| Hex | CD | 11 | 53 | 0 | 5C | 3C | 14 | 153 | 55 | 2C |
| Octal | 315 | 21 | 123 | 0 | 134 | 74 | 24 | 523 | 125 | 54 |
| Binary | 11001101 | 10001 | 1010011 | 0 | 1011100 | 111100 | 10100 | 101010011 | 1010101 | 101100 |
Color Harmonies of #CD1153
Complementary color
Monochromatic Colors of #CD1153
Black with #CD1153
Text Example
Text Example
White with #CD1153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1153; }
p { color: rgb(205,17,83); }
H1.HeaderClassName
{
color: #CD1153;
}
.AnyTagClassName
{
color: #CD1153;
}
</style>
background-color css
<style>
a { background-color: #CD1153; }
a { background-color: rgb(205,17,83); }
div.DivClassName
{
background-color: #CD1153;
}
.BgClassName
{
background-color: #CD1153;
}
</style>
border-color css
<style>
span { border-color: #CD1153; }
span { border-color: rgb(205,17,83); }
td.TdClassName
{
border-color: #CD1153;
}
.TagClassName
{
border-color: #CD1153;
}
</style>