Shades of Ruby #CD1A5E
Tints of Ruby #CD1A5E
RGB
CMYK
RGB Variations
Color information
#CD1A5E (or 0xCD1A5E) is known color: Ruby. HEX triplet: CD, 1A and 5E. RGB value is (205,26,94). Sum of RGB (Red+Green+Blue) = 205+26+94=325 (43% of max value = 765). Red value is 205 (80.47% from 255 or 63.08% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1A5E is #32E5A1. Grayscale: #575757. Windows color (decimal): -3335586 or 6167245. OLE color: 6167245.
HSL color Cylindrical-coordinate representation of color #CD1A5E: hue angle of 337.21º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD1A5E is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 26 | 94 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.20 |
| HSL | 337.21º | 0.77% | 0.45% | - |
| HSV(B) | 337.21º | 0.87% | 0.8% | - |
| XYZ | 27.57 | 14.53 | 11.94 | - |
| YUV | 87.27 | 131.8 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 26 | 94 | 0 | 0.87 | 0.54 | 0.20 | 337.21 | 0.77 | 0.45 |
| Hex | CD | 1A | 5E | 0 | 57 | 36 | 14 | 151 | 4D | 2D |
| Octal | 315 | 32 | 136 | 0 | 127 | 66 | 24 | 521 | 115 | 55 |
| Binary | 11001101 | 11010 | 1011110 | 0 | 1010111 | 110110 | 10100 | 101010001 | 1001101 | 101101 |
Color Harmonies of #CD1A5E
Complementary color
Monochromatic Colors of #CD1A5E
Black with #CD1A5E
Text Example
Text Example
White with #CD1A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1A5E; }
p { color: rgb(205,26,94); }
H1.HeaderClassName
{
color: #CD1A5E;
}
.AnyTagClassName
{
color: #CD1A5E;
}
</style>
background-color css
<style>
a { background-color: #CD1A5E; }
a { background-color: rgb(205,26,94); }
div.DivClassName
{
background-color: #CD1A5E;
}
.BgClassName
{
background-color: #CD1A5E;
}
</style>
border-color css
<style>
span { border-color: #CD1A5E; }
span { border-color: rgb(205,26,94); }
td.TdClassName
{
border-color: #CD1A5E;
}
.TagClassName
{
border-color: #CD1A5E;
}
</style>