Shades of Ruby #CD1450
Tints of Ruby #CD1450
RGB
CMYK
RGB Variations
Color information
#CD1450 (or 0xCD1450) is known color: Ruby. HEX triplet: CD, 14 and 50. RGB value is (205,20,80). Sum of RGB (Red+Green+Blue) = 205+20+80=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1450 is #32EBAF. Grayscale: #525252. Windows color (decimal): -3337136 or 5248205. OLE color: 5248205.
HSL color Cylindrical-coordinate representation of color #CD1450: hue angle of 340.54º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD1450 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 80 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.20 |
| HSL | 340.54º | 0.82% | 0.44% | - |
| HSV(B) | 340.54º | 0.9% | 0.8% | - |
| XYZ | 26.87 | 14.06 | 8.89 | - |
| YUV | 82.16 | 126.79 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 80 | 0 | 0.90 | 0.61 | 0.20 | 340.54 | 0.82 | 0.44 |
| Hex | CD | 14 | 50 | 0 | 5A | 3D | 14 | 155 | 52 | 2C |
| Octal | 315 | 24 | 120 | 0 | 132 | 75 | 24 | 525 | 122 | 54 |
| Binary | 11001101 | 10100 | 1010000 | 0 | 1011010 | 111101 | 10100 | 101010101 | 1010010 | 101100 |
Color Harmonies of #CD1450
Complementary color
Monochromatic Colors of #CD1450
Black with #CD1450
Text Example
Text Example
White with #CD1450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1450; }
p { color: rgb(205,20,80); }
H1.HeaderClassName
{
color: #CD1450;
}
.AnyTagClassName
{
color: #CD1450;
}
</style>
background-color css
<style>
a { background-color: #CD1450; }
a { background-color: rgb(205,20,80); }
div.DivClassName
{
background-color: #CD1450;
}
.BgClassName
{
background-color: #CD1450;
}
</style>
border-color css
<style>
span { border-color: #CD1450; }
span { border-color: rgb(205,20,80); }
td.TdClassName
{
border-color: #CD1450;
}
.TagClassName
{
border-color: #CD1450;
}
</style>