Shades of Indian Red #C75D5B
Tints of Indian Red #C75D5B
RGB
CMYK
RGB Variations
Color information
#C75D5B (or 0xC75D5B) is known color: Indian Red. HEX triplet: C7, 5D and 5B. RGB value is (199,93,91). Sum of RGB (Red+Green+Blue) = 199+93+91=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75D5B is #38A2A4. Grayscale: #7C7C7C. Windows color (decimal): -3711653 or 5987783. OLE color: 5987783.
HSL color Cylindrical-coordinate representation of color #C75D5B: hue angle of 1.11º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C75D5B is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 93 | 91 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.22 |
| HSL | 1.11º | 0.49% | 0.57% | - |
| HSV(B) | 1.11º | 0.54% | 0.78% | - |
| XYZ | 29.36 | 20.73 | 12.35 | - |
| YUV | 124.47 | 109.12 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 93 | 91 | 0 | 0.53 | 0.54 | 0.22 | 1.11 | 0.49 | 0.57 |
| Hex | C7 | 5D | 5B | 0 | 35 | 36 | 16 | 1 | 31 | 39 |
| Octal | 307 | 135 | 133 | 0 | 65 | 66 | 26 | 1 | 61 | 71 |
| Binary | 11000111 | 1011101 | 1011011 | 0 | 110101 | 110110 | 10110 | 1 | 110001 | 111001 |
Color Harmonies of #C75D5B
Complementary color
Monochromatic Colors of #C75D5B
Black with #C75D5B
Text Example
Text Example
White with #C75D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75D5B; }
p { color: rgb(199,93,91); }
H1.HeaderClassName
{
color: #C75D5B;
}
.AnyTagClassName
{
color: #C75D5B;
}
</style>
background-color css
<style>
a { background-color: #C75D5B; }
a { background-color: rgb(199,93,91); }
div.DivClassName
{
background-color: #C75D5B;
}
.BgClassName
{
background-color: #C75D5B;
}
</style>
border-color css
<style>
span { border-color: #C75D5B; }
span { border-color: rgb(199,93,91); }
td.TdClassName
{
border-color: #C75D5B;
}
.TagClassName
{
border-color: #C75D5B;
}
</style>