Shades of Ruby #CD1255
Tints of Ruby #CD1255
RGB
CMYK
RGB Variations
Color information
#CD1255 (or 0xCD1255) is known color: Ruby. HEX triplet: CD, 12 and 55. RGB value is (205,18,85). Sum of RGB (Red+Green+Blue) = 205+18+85=308 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.56% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1255 is #32EDAA. Grayscale: #515151. Windows color (decimal): -3337643 or 5575373. OLE color: 5575373.
HSL color Cylindrical-coordinate representation of color #CD1255: hue angle of 338.5º degrees, saturation: 0.84, 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 #CD1255 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 18 | 85 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.20 |
| HSL | 338.5º | 0.84% | 0.44% | - |
| HSV(B) | 338.5º | 0.91% | 0.8% | - |
| XYZ | 27.03 | 14.07 | 9.88 | - |
| YUV | 81.55 | 129.95 | 216.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 18 | 85 | 0 | 0.91 | 0.59 | 0.20 | 338.5 | 0.84 | 0.44 |
| Hex | CD | 12 | 55 | 0 | 5B | 3B | 14 | 153 | 54 | 2C |
| Octal | 315 | 22 | 125 | 0 | 133 | 73 | 24 | 523 | 124 | 54 |
| Binary | 11001101 | 10010 | 1010101 | 0 | 1011011 | 111011 | 10100 | 101010011 | 1010100 | 101100 |
Color Harmonies of #CD1255
Complementary color
Monochromatic Colors of #CD1255
Black with #CD1255
Text Example
Text Example
White with #CD1255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1255; }
p { color: rgb(205,18,85); }
H1.HeaderClassName
{
color: #CD1255;
}
.AnyTagClassName
{
color: #CD1255;
}
</style>
background-color css
<style>
a { background-color: #CD1255; }
a { background-color: rgb(205,18,85); }
div.DivClassName
{
background-color: #CD1255;
}
.BgClassName
{
background-color: #CD1255;
}
</style>
border-color css
<style>
span { border-color: #CD1255; }
span { border-color: rgb(205,18,85); }
td.TdClassName
{
border-color: #CD1255;
}
.TagClassName
{
border-color: #CD1255;
}
</style>