Shades of Ruby #CD1E5B
Tints of Ruby #CD1E5B
RGB
CMYK
RGB Variations
Color information
#CD1E5B (or 0xCD1E5B) is known color: Ruby. HEX triplet: CD, 1E and 5B. RGB value is (205,30,91). Sum of RGB (Red+Green+Blue) = 205+30+91=326 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.88% from 326); Green value is 30 (12.11% from 255 or 9.20% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1E5B is #32E1A4. Grayscale: #595959. Windows color (decimal): -3334565 or 5971661. OLE color: 5971661.
HSL color Cylindrical-coordinate representation of color #CD1E5B: hue angle of 339.09º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD1E5B is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 30 | 91 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.20 |
| HSL | 339.09º | 0.74% | 0.46% | - |
| HSV(B) | 339.09º | 0.85% | 0.8% | - |
| XYZ | 27.53 | 14.66 | 11.28 | - |
| YUV | 89.28 | 128.98 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 30 | 91 | 0 | 0.85 | 0.56 | 0.20 | 339.09 | 0.74 | 0.46 |
| Hex | CD | 1E | 5B | 0 | 55 | 38 | 14 | 153 | 4A | 2E |
| Octal | 315 | 36 | 133 | 0 | 125 | 70 | 24 | 523 | 112 | 56 |
| Binary | 11001101 | 11110 | 1011011 | 0 | 1010101 | 111000 | 10100 | 101010011 | 1001010 | 101110 |
Color Harmonies of #CD1E5B
Complementary color
Monochromatic Colors of #CD1E5B
Black with #CD1E5B
Text Example
Text Example
White with #CD1E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1E5B; }
p { color: rgb(205,30,91); }
H1.HeaderClassName
{
color: #CD1E5B;
}
.AnyTagClassName
{
color: #CD1E5B;
}
</style>
background-color css
<style>
a { background-color: #CD1E5B; }
a { background-color: rgb(205,30,91); }
div.DivClassName
{
background-color: #CD1E5B;
}
.BgClassName
{
background-color: #CD1E5B;
}
</style>
border-color css
<style>
span { border-color: #CD1E5B; }
span { border-color: rgb(205,30,91); }
td.TdClassName
{
border-color: #CD1E5B;
}
.TagClassName
{
border-color: #CD1E5B;
}
</style>