Shades of Ruby #CC1553
Tints of Ruby #CC1553
RGB
CMYK
RGB Variations
Color information
#CC1553 (or 0xCC1553) is known color: Ruby. HEX triplet: CC, 15 and 53. RGB value is (204,21,83). Sum of RGB (Red+Green+Blue) = 204+21+83=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1553 is #33EAAC. Grayscale: #525252. Windows color (decimal): -3402413 or 5445068. OLE color: 5445068.
HSL color Cylindrical-coordinate representation of color #CC1553: hue angle of 339.67º 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 #CC1553 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 83 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.2 |
| HSL | 339.67º | 0.81% | 0.44% | - |
| HSV(B) | 339.67º | 0.9% | 0.8% | - |
| XYZ | 26.73 | 14 | 9.48 | - |
| YUV | 82.79 | 128.13 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 83 | 0 | 0.90 | 0.59 | 0.2 | 339.67 | 0.81 | 0.44 |
| Hex | CC | 15 | 53 | 0 | 5A | 3B | 14 | 154 | 51 | 2C |
| Octal | 314 | 25 | 123 | 0 | 132 | 73 | 24 | 524 | 121 | 54 |
| Binary | 11001100 | 10101 | 1010011 | 0 | 1011010 | 111011 | 10100 | 101010100 | 1010001 | 101100 |
Color Harmonies of #CC1553
Complementary color
Monochromatic Colors of #CC1553
Black with #CC1553
Text Example
Text Example
White with #CC1553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1553; }
p { color: rgb(204,21,83); }
H1.HeaderClassName
{
color: #CC1553;
}
.AnyTagClassName
{
color: #CC1553;
}
</style>
background-color css
<style>
a { background-color: #CC1553; }
a { background-color: rgb(204,21,83); }
div.DivClassName
{
background-color: #CC1553;
}
.BgClassName
{
background-color: #CC1553;
}
</style>
border-color css
<style>
span { border-color: #CC1553; }
span { border-color: rgb(204,21,83); }
td.TdClassName
{
border-color: #CC1553;
}
.TagClassName
{
border-color: #CC1553;
}
</style>