Shades of Ruby #CD135E
Tints of Ruby #CD135E
RGB
CMYK
RGB Variations
Color information
#CD135E (or 0xCD135E) is known color: Ruby. HEX triplet: CD, 13 and 5E. RGB value is (205,19,94). Sum of RGB (Red+Green+Blue) = 205+19+94=318 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.47% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 205 - color contains mainly: red. Hex color #CD135E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD135E is #32ECA1. Grayscale: #535353. Windows color (decimal): -3337378 or 6165453. OLE color: 6165453.
HSL color Cylindrical-coordinate representation of color #CD135E: hue angle of 335.81º 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 #CD135E is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 19 | 94 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.20 |
| HSL | 335.81º | 0.83% | 0.44% | - |
| HSV(B) | 335.81º | 0.91% | 0.8% | - |
| XYZ | 27.43 | 14.25 | 11.9 | - |
| YUV | 83.16 | 134.12 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 19 | 94 | 0 | 0.91 | 0.54 | 0.20 | 335.81 | 0.83 | 0.44 |
| Hex | CD | 13 | 5E | 0 | 5B | 36 | 14 | 150 | 53 | 2C |
| Octal | 315 | 23 | 136 | 0 | 133 | 66 | 24 | 520 | 123 | 54 |
| Binary | 11001101 | 10011 | 1011110 | 0 | 1011011 | 110110 | 10100 | 101010000 | 1010011 | 101100 |
Color Harmonies of #CD135E
Complementary color
Monochromatic Colors of #CD135E
Black with #CD135E
Text Example
Text Example
White with #CD135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD135E; }
p { color: rgb(205,19,94); }
H1.HeaderClassName
{
color: #CD135E;
}
.AnyTagClassName
{
color: #CD135E;
}
</style>
background-color css
<style>
a { background-color: #CD135E; }
a { background-color: rgb(205,19,94); }
div.DivClassName
{
background-color: #CD135E;
}
.BgClassName
{
background-color: #CD135E;
}
</style>
border-color css
<style>
span { border-color: #CD135E; }
span { border-color: rgb(205,19,94); }
td.TdClassName
{
border-color: #CD135E;
}
.TagClassName
{
border-color: #CD135E;
}
</style>