Shades of Indian Red #C25F5E
Tints of Indian Red #C25F5E
RGB
CMYK
RGB Variations
Color information
#C25F5E (or 0xC25F5E) is known color: Indian Red. HEX triplet: C2, 5F and 5E. RGB value is (194,95,94). Sum of RGB (Red+Green+Blue) = 194+95+94=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25F5E is #3DA0A1. Grayscale: #7C7C7C. Windows color (decimal): -4038818 or 6184898. OLE color: 6184898.
HSL color Cylindrical-coordinate representation of color #C25F5E: hue angle of 0.6º 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 #C25F5E is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 95 | 94 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.24 |
| HSL | 0.6º | 0.45% | 0.56% | - |
| HSV(B) | 0.6º | 0.52% | 0.76% | - |
| XYZ | 28.36 | 20.46 | 13.04 | - |
| YUV | 124.49 | 110.8 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 94 | 0 | 0.51 | 0.52 | 0.24 | 0.6 | 0.45 | 0.56 |
| Hex | C2 | 5F | 5E | 0 | 33 | 34 | 18 | 1 | 2D | 38 |
| Octal | 302 | 137 | 136 | 0 | 63 | 64 | 30 | 1 | 55 | 70 |
| Binary | 11000010 | 1011111 | 1011110 | 0 | 110011 | 110100 | 11000 | 1 | 101101 | 111000 |
Color Harmonies of #C25F5E
Complementary color
Monochromatic Colors of #C25F5E
Black with #C25F5E
Text Example
Text Example
White with #C25F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25F5E; }
p { color: rgb(194,95,94); }
H1.HeaderClassName
{
color: #C25F5E;
}
.AnyTagClassName
{
color: #C25F5E;
}
</style>
background-color css
<style>
a { background-color: #C25F5E; }
a { background-color: rgb(194,95,94); }
div.DivClassName
{
background-color: #C25F5E;
}
.BgClassName
{
background-color: #C25F5E;
}
</style>
border-color css
<style>
span { border-color: #C25F5E; }
span { border-color: rgb(194,95,94); }
td.TdClassName
{
border-color: #C25F5E;
}
.TagClassName
{
border-color: #C25F5E;
}
</style>