Shades of Ruby #CD1567
Tints of Ruby #CD1567
RGB
CMYK
RGB Variations
Color information
#CD1567 (or 0xCD1567) is known color: Ruby. HEX triplet: CD, 15 and 67. RGB value is (205,21,103). Sum of RGB (Red+Green+Blue) = 205+21+103=329 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.31% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1567 is #32EA98. Grayscale: #555555. Windows color (decimal): -3336857 or 6755789. OLE color: 6755789.
HSL color Cylindrical-coordinate representation of color #CD1567: hue angle of 333.26º degrees, saturation: 0.81, 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 #CD1567 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 21 | 103 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.20 |
| HSL | 333.26º | 0.81% | 0.44% | - |
| HSV(B) | 333.26º | 0.9% | 0.8% | - |
| XYZ | 27.89 | 14.49 | 14.16 | - |
| YUV | 85.36 | 137.96 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 21 | 103 | 0 | 0.90 | 0.50 | 0.20 | 333.26 | 0.81 | 0.44 |
| Hex | CD | 15 | 67 | 0 | 5A | 32 | 14 | 14D | 51 | 2C |
| Octal | 315 | 25 | 147 | 0 | 132 | 62 | 24 | 515 | 121 | 54 |
| Binary | 11001101 | 10101 | 1100111 | 0 | 1011010 | 110010 | 10100 | 101001101 | 1010001 | 101100 |
Color Harmonies of #CD1567
Complementary color
Monochromatic Colors of #CD1567
Black with #CD1567
Text Example
Text Example
White with #CD1567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1567; }
p { color: rgb(205,21,103); }
H1.HeaderClassName
{
color: #CD1567;
}
.AnyTagClassName
{
color: #CD1567;
}
</style>
background-color css
<style>
a { background-color: #CD1567; }
a { background-color: rgb(205,21,103); }
div.DivClassName
{
background-color: #CD1567;
}
.BgClassName
{
background-color: #CD1567;
}
</style>
border-color css
<style>
span { border-color: #CD1567; }
span { border-color: rgb(205,21,103); }
td.TdClassName
{
border-color: #CD1567;
}
.TagClassName
{
border-color: #CD1567;
}
</style>