Shades of Ruby #CC1750
Tints of Ruby #CC1750
RGB
CMYK
RGB Variations
Color information
#CC1750 (or 0xCC1750) is known color: Ruby. HEX triplet: CC, 17 and 50. RGB value is (204,23,80). Sum of RGB (Red+Green+Blue) = 204+23+80=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1750 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1750 is #33E8AF. Grayscale: #535353. Windows color (decimal): -3401904 or 5248972. OLE color: 5248972.
HSL color Cylindrical-coordinate representation of color #CC1750: hue angle of 341.1º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1750 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 80 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.2 |
| HSL | 341.11º | 0.8% | 0.45% | - |
| HSV(B) | 341.11º | 0.89% | 0.8% | - |
| XYZ | 26.66 | 14.03 | 8.89 | - |
| YUV | 83.62 | 125.97 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 80 | 0 | 0.89 | 0.61 | 0.2 | 341.11 | 0.8 | 0.45 |
| Hex | CC | 17 | 50 | 0 | 59 | 3D | 14 | 155 | 50 | 2D |
| Octal | 314 | 27 | 120 | 0 | 131 | 75 | 24 | 525 | 120 | 55 |
| Binary | 11001100 | 10111 | 1010000 | 0 | 1011001 | 111101 | 10100 | 101010101 | 1010000 | 101101 |
Color Harmonies of #CC1750
Complementary color
Monochromatic Colors of #CC1750
Black with #CC1750
Text Example
Text Example
White with #CC1750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1750; }
p { color: rgb(204,23,80); }
H1.HeaderClassName
{
color: #CC1750;
}
.AnyTagClassName
{
color: #CC1750;
}
</style>
background-color css
<style>
a { background-color: #CC1750; }
a { background-color: rgb(204,23,80); }
div.DivClassName
{
background-color: #CC1750;
}
.BgClassName
{
background-color: #CC1750;
}
</style>
border-color css
<style>
span { border-color: #CC1750; }
span { border-color: rgb(204,23,80); }
td.TdClassName
{
border-color: #CC1750;
}
.TagClassName
{
border-color: #CC1750;
}
</style>