Shades of Ruby #CD1350
Tints of Ruby #CD1350
RGB
CMYK
RGB Variations
Color information
#CD1350 (or 0xCD1350) is known color: Ruby. HEX triplet: CD, 13 and 50. RGB value is (205,19,80). Sum of RGB (Red+Green+Blue) = 205+19+80=304 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.43% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1350 is #32ECAF. Grayscale: #515151. Windows color (decimal): -3337392 or 5247949. OLE color: 5247949.
HSL color Cylindrical-coordinate representation of color #CD1350: hue angle of 340.32º 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 #CD1350 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 19 | 80 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.20 |
| HSL | 340.32º | 0.83% | 0.44% | - |
| HSV(B) | 340.32º | 0.91% | 0.8% | - |
| XYZ | 26.86 | 14.02 | 8.88 | - |
| YUV | 81.57 | 127.12 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 19 | 80 | 0 | 0.91 | 0.61 | 0.20 | 340.32 | 0.83 | 0.44 |
| Hex | CD | 13 | 50 | 0 | 5B | 3D | 14 | 154 | 53 | 2C |
| Octal | 315 | 23 | 120 | 0 | 133 | 75 | 24 | 524 | 123 | 54 |
| Binary | 11001101 | 10011 | 1010000 | 0 | 1011011 | 111101 | 10100 | 101010100 | 1010011 | 101100 |
Color Harmonies of #CD1350
Complementary color
Monochromatic Colors of #CD1350
Black with #CD1350
Text Example
Text Example
White with #CD1350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1350; }
p { color: rgb(205,19,80); }
H1.HeaderClassName
{
color: #CD1350;
}
.AnyTagClassName
{
color: #CD1350;
}
</style>
background-color css
<style>
a { background-color: #CD1350; }
a { background-color: rgb(205,19,80); }
div.DivClassName
{
background-color: #CD1350;
}
.BgClassName
{
background-color: #CD1350;
}
</style>
border-color css
<style>
span { border-color: #CD1350; }
span { border-color: rgb(205,19,80); }
td.TdClassName
{
border-color: #CD1350;
}
.TagClassName
{
border-color: #CD1350;
}
</style>