Shades of Indian Red #CF5756
Tints of Indian Red #CF5756
RGB
CMYK
RGB Variations
Color information
#CF5756 (or 0xCF5756) is known color: Indian Red. HEX triplet: CF, 57 and 56. RGB value is (207,87,86). Sum of RGB (Red+Green+Blue) = 207+87+86=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 86 (33.98% from 255 or 22.63% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5756 is #30A8A9. Grayscale: #7A7A7A. Windows color (decimal): -3188906 or 5658575. OLE color: 5658575.
HSL color Cylindrical-coordinate representation of color #CF5756: hue angle of 0.5º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF5756 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 87 | 86 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.19 |
| HSL | 0.5º | 0.56% | 0.57% | - |
| HSV(B) | 0.5º | 0.58% | 0.81% | - |
| XYZ | 30.82 | 20.75 | 11.19 | - |
| YUV | 122.77 | 107.26 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 86 | 0 | 0.58 | 0.58 | 0.19 | 0.5 | 0.56 | 0.57 |
| Hex | CF | 57 | 56 | 0 | 3A | 3A | 13 | 0 | 38 | 39 |
| Octal | 317 | 127 | 126 | 0 | 72 | 72 | 23 | 0 | 70 | 71 |
| Binary | 11001111 | 1010111 | 1010110 | 0 | 111010 | 111010 | 10011 | 0 | 111000 | 111001 |
Color Harmonies of #CF5756
Complementary color
Monochromatic Colors of #CF5756
Black with #CF5756
Text Example
Text Example
White with #CF5756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5756; }
p { color: rgb(207,87,86); }
H1.HeaderClassName
{
color: #CF5756;
}
.AnyTagClassName
{
color: #CF5756;
}
</style>
background-color css
<style>
a { background-color: #CF5756; }
a { background-color: rgb(207,87,86); }
div.DivClassName
{
background-color: #CF5756;
}
.BgClassName
{
background-color: #CF5756;
}
</style>
border-color css
<style>
span { border-color: #CF5756; }
span { border-color: rgb(207,87,86); }
td.TdClassName
{
border-color: #CF5756;
}
.TagClassName
{
border-color: #CF5756;
}
</style>