Shades of Indian Red #C55E5E
Tints of Indian Red #C55E5E
RGB
CMYK
RGB Variations
Color information
#C55E5E (or 0xC55E5E) is known color: Indian Red. HEX triplet: C5, 5E and 5E. RGB value is (197,94,94). Sum of RGB (Red+Green+Blue) = 197+94+94=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55E5E is #3AA1A1. Grayscale: #7C7C7C. Windows color (decimal): -3842466 or 6184645. OLE color: 6184645.
HSL color Cylindrical-coordinate representation of color #C55E5E: hue angle of 0º 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 #C55E5E is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 94 | 94 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.23 |
| HSL | 0º | 0.47% | 0.57% | - |
| HSV(B) | 0º | 0.52% | 0.77% | - |
| XYZ | 29.05 | 20.68 | 13.05 | - |
| YUV | 124.8 | 110.62 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 94 | 0 | 0.52 | 0.52 | 0.23 | 0 | 0.47 | 0.57 |
| Hex | C5 | 5E | 5E | 0 | 34 | 34 | 17 | 0 | 2F | 39 |
| Octal | 305 | 136 | 136 | 0 | 64 | 64 | 27 | 0 | 57 | 71 |
| Binary | 11000101 | 1011110 | 1011110 | 0 | 110100 | 110100 | 10111 | 0 | 101111 | 111001 |
Color Harmonies of #C55E5E
Complementary color
Monochromatic Colors of #C55E5E
Black with #C55E5E
Text Example
Text Example
White with #C55E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55E5E; }
p { color: rgb(197,94,94); }
H1.HeaderClassName
{
color: #C55E5E;
}
.AnyTagClassName
{
color: #C55E5E;
}
</style>
background-color css
<style>
a { background-color: #C55E5E; }
a { background-color: rgb(197,94,94); }
div.DivClassName
{
background-color: #C55E5E;
}
.BgClassName
{
background-color: #C55E5E;
}
</style>
border-color css
<style>
span { border-color: #C55E5E; }
span { border-color: rgb(197,94,94); }
td.TdClassName
{
border-color: #C55E5E;
}
.TagClassName
{
border-color: #C55E5E;
}
</style>