Shades of Indian Red #CF5B57
Tints of Indian Red #CF5B57
RGB
CMYK
RGB Variations
Color information
#CF5B57 (or 0xCF5B57) is known color: Indian Red. HEX triplet: CF, 5B and 57. RGB value is (207,91,87). Sum of RGB (Red+Green+Blue) = 207+91+87=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 87 (34.38% from 255 or 22.60% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5B57 is #30A4A8. Grayscale: #7D7D7D. Windows color (decimal): -3187881 or 5725135. OLE color: 5725135.
HSL color Cylindrical-coordinate representation of color #CF5B57: hue angle of 2º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF5B57 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 87 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.19 |
| HSL | 2º | 0.56% | 0.58% | - |
| HSV(B) | 2º | 0.58% | 0.81% | - |
| XYZ | 31.19 | 21.44 | 11.51 | - |
| YUV | 125.23 | 106.43 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 87 | 0 | 0.56 | 0.58 | 0.19 | 2 | 0.56 | 0.58 |
| Hex | CF | 5B | 57 | 0 | 38 | 3A | 13 | 2 | 38 | 3A |
| Octal | 317 | 133 | 127 | 0 | 70 | 72 | 23 | 2 | 70 | 72 |
| Binary | 11001111 | 1011011 | 1010111 | 0 | 111000 | 111010 | 10011 | 10 | 111000 | 111010 |
Color Harmonies of #CF5B57
Complementary color
Monochromatic Colors of #CF5B57
Black with #CF5B57
Text Example
Text Example
White with #CF5B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5B57; }
p { color: rgb(207,91,87); }
H1.HeaderClassName
{
color: #CF5B57;
}
.AnyTagClassName
{
color: #CF5B57;
}
</style>
background-color css
<style>
a { background-color: #CF5B57; }
a { background-color: rgb(207,91,87); }
div.DivClassName
{
background-color: #CF5B57;
}
.BgClassName
{
background-color: #CF5B57;
}
</style>
border-color css
<style>
span { border-color: #CF5B57; }
span { border-color: rgb(207,91,87); }
td.TdClassName
{
border-color: #CF5B57;
}
.TagClassName
{
border-color: #CF5B57;
}
</style>