Shades of Indian Red #CF5E57
Tints of Indian Red #CF5E57
RGB
CMYK
RGB Variations
Color information
#CF5E57 (or 0xCF5E57) is known color: Indian Red. HEX triplet: CF, 5E and 57. RGB value is (207,94,87). Sum of RGB (Red+Green+Blue) = 207+94+87=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 87 (34.38% from 255 or 22.42% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5E57 is #30A1A8. Grayscale: #7F7F7F. Windows color (decimal): -3187113 or 5725903. OLE color: 5725903.
HSL color Cylindrical-coordinate representation of color #CF5E57: hue angle of 3.5º 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 #CF5E57 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 94 | 87 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.19 |
| HSL | 3.5º | 0.56% | 0.58% | - |
| HSV(B) | 3.5º | 0.58% | 0.81% | - |
| XYZ | 31.46 | 21.96 | 11.6 | - |
| YUV | 126.99 | 105.44 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 94 | 87 | 0 | 0.55 | 0.58 | 0.19 | 3.5 | 0.56 | 0.58 |
| Hex | CF | 5E | 57 | 0 | 37 | 3A | 13 | 4 | 38 | 3A |
| Octal | 317 | 136 | 127 | 0 | 67 | 72 | 23 | 4 | 70 | 72 |
| Binary | 11001111 | 1011110 | 1010111 | 0 | 110111 | 111010 | 10011 | 100 | 111000 | 111010 |
Color Harmonies of #CF5E57
Complementary color
Monochromatic Colors of #CF5E57
Black with #CF5E57
Text Example
Text Example
White with #CF5E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5E57; }
p { color: rgb(207,94,87); }
H1.HeaderClassName
{
color: #CF5E57;
}
.AnyTagClassName
{
color: #CF5E57;
}
</style>
background-color css
<style>
a { background-color: #CF5E57; }
a { background-color: rgb(207,94,87); }
div.DivClassName
{
background-color: #CF5E57;
}
.BgClassName
{
background-color: #CF5E57;
}
</style>
border-color css
<style>
span { border-color: #CF5E57; }
span { border-color: rgb(207,94,87); }
td.TdClassName
{
border-color: #CF5E57;
}
.TagClassName
{
border-color: #CF5E57;
}
</style>