Shades of Ruby #CD135B
Tints of Ruby #CD135B
RGB
CMYK
RGB Variations
Color information
#CD135B (or 0xCD135B) is known color: Ruby. HEX triplet: CD, 13 and 5B. RGB value is (205,19,91). Sum of RGB (Red+Green+Blue) = 205+19+91=315 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.08% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 205 - color contains mainly: red. Hex color #CD135B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD135B is #32ECA4. Grayscale: #525252. Windows color (decimal): -3337381 or 5968845. OLE color: 5968845.
HSL color Cylindrical-coordinate representation of color #CD135B: hue angle of 336.77º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD135B is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 19 | 91 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.20 |
| HSL | 336.77º | 0.83% | 0.44% | - |
| HSV(B) | 336.77º | 0.91% | 0.8% | - |
| XYZ | 27.3 | 14.2 | 11.2 | - |
| YUV | 82.82 | 132.62 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 19 | 91 | 0 | 0.91 | 0.56 | 0.20 | 336.77 | 0.83 | 0.44 |
| Hex | CD | 13 | 5B | 0 | 5B | 38 | 14 | 151 | 53 | 2C |
| Octal | 315 | 23 | 133 | 0 | 133 | 70 | 24 | 521 | 123 | 54 |
| Binary | 11001101 | 10011 | 1011011 | 0 | 1011011 | 111000 | 10100 | 101010001 | 1010011 | 101100 |
Color Harmonies of #CD135B
Complementary color
Monochromatic Colors of #CD135B
Black with #CD135B
Text Example
Text Example
White with #CD135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD135B; }
p { color: rgb(205,19,91); }
H1.HeaderClassName
{
color: #CD135B;
}
.AnyTagClassName
{
color: #CD135B;
}
</style>
background-color css
<style>
a { background-color: #CD135B; }
a { background-color: rgb(205,19,91); }
div.DivClassName
{
background-color: #CD135B;
}
.BgClassName
{
background-color: #CD135B;
}
</style>
border-color css
<style>
span { border-color: #CD135B; }
span { border-color: rgb(205,19,91); }
td.TdClassName
{
border-color: #CD135B;
}
.TagClassName
{
border-color: #CD135B;
}
</style>