Shades of Ruby #CC1752
Tints of Ruby #CC1752
RGB
CMYK
RGB Variations
Color information
#CC1752 (or 0xCC1752) is known color: Ruby. HEX triplet: CC, 17 and 52. RGB value is (204,23,82). Sum of RGB (Red+Green+Blue) = 204+23+82=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1752 is #33E8AD. Grayscale: #535353. Windows color (decimal): -3401902 or 5380044. OLE color: 5380044.
HSL color Cylindrical-coordinate representation of color #CC1752: hue angle of 340.44º 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 #CC1752 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 82 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.2 |
| HSL | 340.44º | 0.8% | 0.45% | - |
| HSV(B) | 340.44º | 0.89% | 0.8% | - |
| XYZ | 26.73 | 14.06 | 9.29 | - |
| YUV | 83.85 | 126.97 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 82 | 0 | 0.89 | 0.60 | 0.2 | 340.44 | 0.8 | 0.45 |
| Hex | CC | 17 | 52 | 0 | 59 | 3C | 14 | 154 | 50 | 2D |
| Octal | 314 | 27 | 122 | 0 | 131 | 74 | 24 | 524 | 120 | 55 |
| Binary | 11001100 | 10111 | 1010010 | 0 | 1011001 | 111100 | 10100 | 101010100 | 1010000 | 101101 |
Color Harmonies of #CC1752
Complementary color
Monochromatic Colors of #CC1752
Black with #CC1752
Text Example
Text Example
White with #CC1752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1752; }
p { color: rgb(204,23,82); }
H1.HeaderClassName
{
color: #CC1752;
}
.AnyTagClassName
{
color: #CC1752;
}
</style>
background-color css
<style>
a { background-color: #CC1752; }
a { background-color: rgb(204,23,82); }
div.DivClassName
{
background-color: #CC1752;
}
.BgClassName
{
background-color: #CC1752;
}
</style>
border-color css
<style>
span { border-color: #CC1752; }
span { border-color: rgb(204,23,82); }
td.TdClassName
{
border-color: #CC1752;
}
.TagClassName
{
border-color: #CC1752;
}
</style>