Shades of Indian Red #CC5959
Tints of Indian Red #CC5959
RGB
CMYK
RGB Variations
Color information
#CC5959 (or 0xCC5959) is known color: Indian Red. HEX triplet: CC, 59 and 59. RGB value is (204,89,89). Sum of RGB (Red+Green+Blue) = 204+89+89=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5959 is #33A6A6. Grayscale: #7B7B7B. Windows color (decimal): -3384999 or 5855692. OLE color: 5855692.
HSL color Cylindrical-coordinate representation of color #CC5959: hue angle of 0º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5959 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 89 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.2 |
| HSL | 0º | 0.53% | 0.57% | - |
| HSV(B) | 0º | 0.56% | 0.8% | - |
| XYZ | 30.28 | 20.7 | 11.85 | - |
| YUV | 123.39 | 108.6 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 89 | 0 | 0.56 | 0.56 | 0.2 | 0 | 0.53 | 0.57 |
| Hex | CC | 59 | 59 | 0 | 38 | 38 | 14 | 0 | 35 | 39 |
| Octal | 314 | 131 | 131 | 0 | 70 | 70 | 24 | 0 | 65 | 71 |
| Binary | 11001100 | 1011001 | 1011001 | 0 | 111000 | 111000 | 10100 | 0 | 110101 | 111001 |
Color Harmonies of #CC5959
Complementary color
Monochromatic Colors of #CC5959
Black with #CC5959
Text Example
Text Example
White with #CC5959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5959; }
p { color: rgb(204,89,89); }
H1.HeaderClassName
{
color: #CC5959;
}
.AnyTagClassName
{
color: #CC5959;
}
</style>
background-color css
<style>
a { background-color: #CC5959; }
a { background-color: rgb(204,89,89); }
div.DivClassName
{
background-color: #CC5959;
}
.BgClassName
{
background-color: #CC5959;
}
</style>
border-color css
<style>
span { border-color: #CC5959; }
span { border-color: rgb(204,89,89); }
td.TdClassName
{
border-color: #CC5959;
}
.TagClassName
{
border-color: #CC5959;
}
</style>