Shades of Indian Red #C5625E
Tints of Indian Red #C5625E
RGB
CMYK
RGB Variations
Color information
#C5625E (or 0xC5625E) is known color: Indian Red. HEX triplet: C5, 62 and 5E. RGB value is (197,98,94). Sum of RGB (Red+Green+Blue) = 197+98+94=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C5625E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5625E is #3A9DA1. Grayscale: #7F7F7F. Windows color (decimal): -3841442 or 6185669. OLE color: 6185669.
HSL color Cylindrical-coordinate representation of color #C5625E: hue angle of 2.33º 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 #C5625E is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 98 | 94 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.23 |
| HSL | 2.33º | 0.47% | 0.57% | - |
| HSV(B) | 2.33º | 0.52% | 0.77% | - |
| XYZ | 29.41 | 21.41 | 13.17 | - |
| YUV | 127.15 | 109.3 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 94 | 0 | 0.50 | 0.52 | 0.23 | 2.33 | 0.47 | 0.57 |
| Hex | C5 | 62 | 5E | 0 | 32 | 34 | 17 | 2 | 2F | 39 |
| Octal | 305 | 142 | 136 | 0 | 62 | 64 | 27 | 2 | 57 | 71 |
| Binary | 11000101 | 1100010 | 1011110 | 0 | 110010 | 110100 | 10111 | 10 | 101111 | 111001 |
Color Harmonies of #C5625E
Complementary color
Monochromatic Colors of #C5625E
Black with #C5625E
Text Example
Text Example
White with #C5625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5625E; }
p { color: rgb(197,98,94); }
H1.HeaderClassName
{
color: #C5625E;
}
.AnyTagClassName
{
color: #C5625E;
}
</style>
background-color css
<style>
a { background-color: #C5625E; }
a { background-color: rgb(197,98,94); }
div.DivClassName
{
background-color: #C5625E;
}
.BgClassName
{
background-color: #C5625E;
}
</style>
border-color css
<style>
span { border-color: #C5625E; }
span { border-color: rgb(197,98,94); }
td.TdClassName
{
border-color: #C5625E;
}
.TagClassName
{
border-color: #C5625E;
}
</style>