Shades of Indian Red #C1615F
Tints of Indian Red #C1615F
RGB
CMYK
RGB Variations
Color information
#C1615F (or 0xC1615F) is known color: Indian Red. HEX triplet: C1, 61 and 5F. RGB value is (193,97,95). Sum of RGB (Red+Green+Blue) = 193+97+95=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C1615F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1615F is #3E9EA0. Grayscale: #7D7D7D. Windows color (decimal): -4103841 or 6250945. OLE color: 6250945.
HSL color Cylindrical-coordinate representation of color #C1615F: hue angle of 1.22º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1615F is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 97 | 95 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.24 |
| HSL | 1.22º | 0.44% | 0.56% | - |
| HSV(B) | 1.22º | 0.51% | 0.76% | - |
| XYZ | 28.33 | 20.71 | 13.33 | - |
| YUV | 125.48 | 110.8 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 97 | 95 | 0 | 0.50 | 0.51 | 0.24 | 1.22 | 0.44 | 0.56 |
| Hex | C1 | 61 | 5F | 0 | 32 | 33 | 18 | 1 | 2C | 38 |
| Octal | 301 | 141 | 137 | 0 | 62 | 63 | 30 | 1 | 54 | 70 |
| Binary | 11000001 | 1100001 | 1011111 | 0 | 110010 | 110011 | 11000 | 1 | 101100 | 111000 |
Color Harmonies of #C1615F
Complementary color
Monochromatic Colors of #C1615F
Black with #C1615F
Text Example
Text Example
White with #C1615F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1615F; }
p { color: rgb(193,97,95); }
H1.HeaderClassName
{
color: #C1615F;
}
.AnyTagClassName
{
color: #C1615F;
}
</style>
background-color css
<style>
a { background-color: #C1615F; }
a { background-color: rgb(193,97,95); }
div.DivClassName
{
background-color: #C1615F;
}
.BgClassName
{
background-color: #C1615F;
}
</style>
border-color css
<style>
span { border-color: #C1615F; }
span { border-color: rgb(193,97,95); }
td.TdClassName
{
border-color: #C1615F;
}
.TagClassName
{
border-color: #C1615F;
}
</style>