Shades of Ruby #CC1855
Tints of Ruby #CC1855
RGB
CMYK
RGB Variations
Color information
#CC1855 (or 0xCC1855) is known color: Ruby. HEX triplet: CC, 18 and 55. RGB value is (204,24,85). Sum of RGB (Red+Green+Blue) = 204+24+85=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1855 is #33E7AA. Grayscale: #545454. Windows color (decimal): -3401643 or 5576908. OLE color: 5576908.
HSL color Cylindrical-coordinate representation of color #CC1855: hue angle of 339.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1855 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 85 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.2 |
| HSL | 339.67º | 0.79% | 0.45% | - |
| HSV(B) | 339.67º | 0.88% | 0.8% | - |
| XYZ | 26.87 | 14.15 | 9.91 | - |
| YUV | 84.77 | 128.13 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 85 | 0 | 0.88 | 0.58 | 0.2 | 339.67 | 0.79 | 0.45 |
| Hex | CC | 18 | 55 | 0 | 58 | 3A | 14 | 154 | 4F | 2D |
| Octal | 314 | 30 | 125 | 0 | 130 | 72 | 24 | 524 | 117 | 55 |
| Binary | 11001100 | 11000 | 1010101 | 0 | 1011000 | 111010 | 10100 | 101010100 | 1001111 | 101101 |
Color Harmonies of #CC1855
Complementary color
Monochromatic Colors of #CC1855
Black with #CC1855
Text Example
Text Example
White with #CC1855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1855; }
p { color: rgb(204,24,85); }
H1.HeaderClassName
{
color: #CC1855;
}
.AnyTagClassName
{
color: #CC1855;
}
</style>
background-color css
<style>
a { background-color: #CC1855; }
a { background-color: rgb(204,24,85); }
div.DivClassName
{
background-color: #CC1855;
}
.BgClassName
{
background-color: #CC1855;
}
</style>
border-color css
<style>
span { border-color: #CC1855; }
span { border-color: rgb(204,24,85); }
td.TdClassName
{
border-color: #CC1855;
}
.TagClassName
{
border-color: #CC1855;
}
</style>