Shades of Ruby #CC1559
Tints of Ruby #CC1559
RGB
CMYK
RGB Variations
Color information
#CC1559 (or 0xCC1559) is known color: Ruby. HEX triplet: CC, 15 and 59. RGB value is (204,21,89). Sum of RGB (Red+Green+Blue) = 204+21+89=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1559 is #33EAA6. Grayscale: #535353. Windows color (decimal): -3402407 or 5838284. OLE color: 5838284.
HSL color Cylindrical-coordinate representation of color #CC1559: hue angle of 337.7º 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 #CC1559 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 89 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.2 |
| HSL | 337.7º | 0.81% | 0.44% | - |
| HSV(B) | 337.7º | 0.9% | 0.8% | - |
| XYZ | 26.97 | 14.09 | 10.75 | - |
| YUV | 83.47 | 131.13 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 89 | 0 | 0.90 | 0.56 | 0.2 | 337.7 | 0.81 | 0.44 |
| Hex | CC | 15 | 59 | 0 | 5A | 38 | 14 | 152 | 51 | 2C |
| Octal | 314 | 25 | 131 | 0 | 132 | 70 | 24 | 522 | 121 | 54 |
| Binary | 11001100 | 10101 | 1011001 | 0 | 1011010 | 111000 | 10100 | 101010010 | 1010001 | 101100 |
Color Harmonies of #CC1559
Complementary color
Monochromatic Colors of #CC1559
Black with #CC1559
Text Example
Text Example
White with #CC1559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1559; }
p { color: rgb(204,21,89); }
H1.HeaderClassName
{
color: #CC1559;
}
.AnyTagClassName
{
color: #CC1559;
}
</style>
background-color css
<style>
a { background-color: #CC1559; }
a { background-color: rgb(204,21,89); }
div.DivClassName
{
background-color: #CC1559;
}
.BgClassName
{
background-color: #CC1559;
}
</style>
border-color css
<style>
span { border-color: #CC1559; }
span { border-color: rgb(204,21,89); }
td.TdClassName
{
border-color: #CC1559;
}
.TagClassName
{
border-color: #CC1559;
}
</style>