Shades of Ruby #CC1550
Tints of Ruby #CC1550
RGB
CMYK
RGB Variations
Color information
#CC1550 (or 0xCC1550) is known color: Ruby. HEX triplet: CC, 15 and 50. RGB value is (204,21,80). Sum of RGB (Red+Green+Blue) = 204+21+80=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1550 is #33EAAF. Grayscale: #525252. Windows color (decimal): -3402416 or 5248460. OLE color: 5248460.
HSL color Cylindrical-coordinate representation of color #CC1550: hue angle of 340.66º 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 #CC1550 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 80 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.2 |
| HSL | 340.66º | 0.81% | 0.44% | - |
| HSV(B) | 340.66º | 0.9% | 0.8% | - |
| XYZ | 26.62 | 13.95 | 8.88 | - |
| YUV | 82.44 | 126.63 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 80 | 0 | 0.90 | 0.61 | 0.2 | 340.66 | 0.81 | 0.44 |
| Hex | CC | 15 | 50 | 0 | 5A | 3D | 14 | 155 | 51 | 2C |
| Octal | 314 | 25 | 120 | 0 | 132 | 75 | 24 | 525 | 121 | 54 |
| Binary | 11001100 | 10101 | 1010000 | 0 | 1011010 | 111101 | 10100 | 101010101 | 1010001 | 101100 |
Color Harmonies of #CC1550
Complementary color
Monochromatic Colors of #CC1550
Black with #CC1550
Text Example
Text Example
White with #CC1550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1550; }
p { color: rgb(204,21,80); }
H1.HeaderClassName
{
color: #CC1550;
}
.AnyTagClassName
{
color: #CC1550;
}
</style>
background-color css
<style>
a { background-color: #CC1550; }
a { background-color: rgb(204,21,80); }
div.DivClassName
{
background-color: #CC1550;
}
.BgClassName
{
background-color: #CC1550;
}
</style>
border-color css
<style>
span { border-color: #CC1550; }
span { border-color: rgb(204,21,80); }
td.TdClassName
{
border-color: #CC1550;
}
.TagClassName
{
border-color: #CC1550;
}
</style>