Shades of Ruby #CD0265
Tints of Ruby #CD0265
RGB
CMYK
RGB Variations
Color information
#CD0265 (or 0xCD0265) is known color: Ruby. HEX triplet: CD, 02 and 65. RGB value is (205,2,101). Sum of RGB (Red+Green+Blue) = 205+2+101=308 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.56% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0265 is #32FD9A. Grayscale: #494949. Windows color (decimal): -3341723 or 6619853. OLE color: 6619853.
HSL color Cylindrical-coordinate representation of color #CD0265: hue angle of 330.74º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD0265 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 2 | 101 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.20 |
| HSL | 330.74º | 0.98% | 0.41% | - |
| HSV(B) | 330.74º | 0.99% | 0.8% | - |
| XYZ | 27.55 | 13.96 | 13.55 | - |
| YUV | 73.98 | 143.25 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 2 | 101 | 0 | 0.99 | 0.51 | 0.20 | 330.74 | 0.98 | 0.41 |
| Hex | CD | 2 | 65 | 0 | 63 | 33 | 14 | 14B | 62 | 29 |
| Octal | 315 | 2 | 145 | 0 | 143 | 63 | 24 | 513 | 142 | 51 |
| Binary | 11001101 | 10 | 1100101 | 0 | 1100011 | 110011 | 10100 | 101001011 | 1100010 | 101001 |
Color Harmonies of #CD0265
Complementary color
Monochromatic Colors of #CD0265
Black with #CD0265
Text Example
Text Example
White with #CD0265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0265; }
p { color: rgb(205,2,101); }
H1.HeaderClassName
{
color: #CD0265;
}
.AnyTagClassName
{
color: #CD0265;
}
</style>
background-color css
<style>
a { background-color: #CD0265; }
a { background-color: rgb(205,2,101); }
div.DivClassName
{
background-color: #CD0265;
}
.BgClassName
{
background-color: #CD0265;
}
</style>
border-color css
<style>
span { border-color: #CD0265; }
span { border-color: rgb(205,2,101); }
td.TdClassName
{
border-color: #CD0265;
}
.TagClassName
{
border-color: #CD0265;
}
</style>