Shades of Indian Red #C55F5E
Tints of Indian Red #C55F5E
RGB
CMYK
RGB Variations
Color information
#C55F5E (or 0xC55F5E) is known color: Indian Red. HEX triplet: C5, 5F and 5E. RGB value is (197,95,94). Sum of RGB (Red+Green+Blue) = 197+95+94=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55F5E is #3AA0A1. Grayscale: #7D7D7D. Windows color (decimal): -3842210 or 6184901. OLE color: 6184901.
HSL color Cylindrical-coordinate representation of color #C55F5E: hue angle of 0.58º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C55F5E is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 94 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.23 |
| HSL | 0.58º | 0.47% | 0.57% | - |
| HSV(B) | 0.58º | 0.52% | 0.77% | - |
| XYZ | 29.14 | 20.86 | 13.08 | - |
| YUV | 125.38 | 110.29 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 94 | 0 | 0.52 | 0.52 | 0.23 | 0.58 | 0.47 | 0.57 |
| Hex | C5 | 5F | 5E | 0 | 34 | 34 | 17 | 1 | 2F | 39 |
| Octal | 305 | 137 | 136 | 0 | 64 | 64 | 27 | 1 | 57 | 71 |
| Binary | 11000101 | 1011111 | 1011110 | 0 | 110100 | 110100 | 10111 | 1 | 101111 | 111001 |
Color Harmonies of #C55F5E
Complementary color
Monochromatic Colors of #C55F5E
Black with #C55F5E
Text Example
Text Example
White with #C55F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55F5E; }
p { color: rgb(197,95,94); }
H1.HeaderClassName
{
color: #C55F5E;
}
.AnyTagClassName
{
color: #C55F5E;
}
</style>
background-color css
<style>
a { background-color: #C55F5E; }
a { background-color: rgb(197,95,94); }
div.DivClassName
{
background-color: #C55F5E;
}
.BgClassName
{
background-color: #C55F5E;
}
</style>
border-color css
<style>
span { border-color: #C55F5E; }
span { border-color: rgb(197,95,94); }
td.TdClassName
{
border-color: #C55F5E;
}
.TagClassName
{
border-color: #C55F5E;
}
</style>