Shades of Ruby #CC1352
Tints of Ruby #CC1352
RGB
CMYK
RGB Variations
Color information
#CC1352 (or 0xCC1352) is known color: Ruby. HEX triplet: CC, 13 and 52. RGB value is (204,19,82). Sum of RGB (Red+Green+Blue) = 204+19+82=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1352 is #33ECAD. Grayscale: #515151. Windows color (decimal): -3402926 or 5379020. OLE color: 5379020.
HSL color Cylindrical-coordinate representation of color #CC1352: hue angle of 339.57º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC1352 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 82 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.2 |
| HSL | 339.57º | 0.83% | 0.44% | - |
| HSV(B) | 339.57º | 0.91% | 0.8% | - |
| XYZ | 26.66 | 13.91 | 9.26 | - |
| YUV | 81.5 | 128.29 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 82 | 0 | 0.91 | 0.60 | 0.2 | 339.57 | 0.83 | 0.44 |
| Hex | CC | 13 | 52 | 0 | 5B | 3C | 14 | 154 | 53 | 2C |
| Octal | 314 | 23 | 122 | 0 | 133 | 74 | 24 | 524 | 123 | 54 |
| Binary | 11001100 | 10011 | 1010010 | 0 | 1011011 | 111100 | 10100 | 101010100 | 1010011 | 101100 |
Color Harmonies of #CC1352
Complementary color
Monochromatic Colors of #CC1352
Black with #CC1352
Text Example
Text Example
White with #CC1352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1352; }
p { color: rgb(204,19,82); }
H1.HeaderClassName
{
color: #CC1352;
}
.AnyTagClassName
{
color: #CC1352;
}
</style>
background-color css
<style>
a { background-color: #CC1352; }
a { background-color: rgb(204,19,82); }
div.DivClassName
{
background-color: #CC1352;
}
.BgClassName
{
background-color: #CC1352;
}
</style>
border-color css
<style>
span { border-color: #CC1352; }
span { border-color: rgb(204,19,82); }
td.TdClassName
{
border-color: #CC1352;
}
.TagClassName
{
border-color: #CC1352;
}
</style>