Shades of Indian Red #C25E5D
Tints of Indian Red #C25E5D
RGB
CMYK
RGB Variations
Color information
#C25E5D (or 0xC25E5D) is known color: Indian Red. HEX triplet: C2, 5E and 5D. RGB value is (194,94,93). Sum of RGB (Red+Green+Blue) = 194+94+93=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25E5D is #3DA1A2. Grayscale: #7B7B7B. Windows color (decimal): -4039075 or 6119106. OLE color: 6119106.
HSL color Cylindrical-coordinate representation of color #C25E5D: hue angle of 0.59º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C25E5D is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 94 | 93 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.24 |
| HSL | 0.59º | 0.45% | 0.56% | - |
| HSV(B) | 0.59º | 0.52% | 0.76% | - |
| XYZ | 28.23 | 20.27 | 12.78 | - |
| YUV | 123.79 | 110.63 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 93 | 0 | 0.52 | 0.52 | 0.24 | 0.59 | 0.45 | 0.56 |
| Hex | C2 | 5E | 5D | 0 | 34 | 34 | 18 | 1 | 2D | 38 |
| Octal | 302 | 136 | 135 | 0 | 64 | 64 | 30 | 1 | 55 | 70 |
| Binary | 11000010 | 1011110 | 1011101 | 0 | 110100 | 110100 | 11000 | 1 | 101101 | 111000 |
Color Harmonies of #C25E5D
Complementary color
Monochromatic Colors of #C25E5D
Black with #C25E5D
Text Example
Text Example
White with #C25E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25E5D; }
p { color: rgb(194,94,93); }
H1.HeaderClassName
{
color: #C25E5D;
}
.AnyTagClassName
{
color: #C25E5D;
}
</style>
background-color css
<style>
a { background-color: #C25E5D; }
a { background-color: rgb(194,94,93); }
div.DivClassName
{
background-color: #C25E5D;
}
.BgClassName
{
background-color: #C25E5D;
}
</style>
border-color css
<style>
span { border-color: #C25E5D; }
span { border-color: rgb(194,94,93); }
td.TdClassName
{
border-color: #C25E5D;
}
.TagClassName
{
border-color: #C25E5D;
}
</style>