Shades of Ruby #CC1452
Tints of Ruby #CC1452
RGB
CMYK
RGB Variations
Color information
#CC1452 (or 0xCC1452) is known color: Ruby. HEX triplet: CC, 14 and 52. RGB value is (204,20,82). Sum of RGB (Red+Green+Blue) = 204+20+82=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1452 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1452 is #33EBAD. Grayscale: #525252. Windows color (decimal): -3402670 or 5379276. OLE color: 5379276.
HSL color Cylindrical-coordinate representation of color #CC1452: hue angle of 339.78º degrees, saturation: 0.82, 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 #CC1452 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 82 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.2 |
| HSL | 339.78º | 0.82% | 0.44% | - |
| HSV(B) | 339.78º | 0.9% | 0.8% | - |
| XYZ | 26.67 | 13.95 | 9.27 | - |
| YUV | 82.08 | 127.96 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 82 | 0 | 0.90 | 0.60 | 0.2 | 339.78 | 0.82 | 0.44 |
| Hex | CC | 14 | 52 | 0 | 5A | 3C | 14 | 154 | 52 | 2C |
| Octal | 314 | 24 | 122 | 0 | 132 | 74 | 24 | 524 | 122 | 54 |
| Binary | 11001100 | 10100 | 1010010 | 0 | 1011010 | 111100 | 10100 | 101010100 | 1010010 | 101100 |
Color Harmonies of #CC1452
Complementary color
Monochromatic Colors of #CC1452
Black with #CC1452
Text Example
Text Example
White with #CC1452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1452; }
p { color: rgb(204,20,82); }
H1.HeaderClassName
{
color: #CC1452;
}
.AnyTagClassName
{
color: #CC1452;
}
</style>
background-color css
<style>
a { background-color: #CC1452; }
a { background-color: rgb(204,20,82); }
div.DivClassName
{
background-color: #CC1452;
}
.BgClassName
{
background-color: #CC1452;
}
</style>
border-color css
<style>
span { border-color: #CC1452; }
span { border-color: rgb(204,20,82); }
td.TdClassName
{
border-color: #CC1452;
}
.TagClassName
{
border-color: #CC1452;
}
</style>