Shades of Indian Red #CF5E59
Tints of Indian Red #CF5E59
RGB
CMYK
RGB Variations
Color information
#CF5E59 (or 0xCF5E59) is known color: Indian Red. HEX triplet: CF, 5E and 59. RGB value is (207,94,89). Sum of RGB (Red+Green+Blue) = 207+94+89=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 89 (35.16% from 255 or 22.82% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5E59 is #30A1A6. Grayscale: #7F7F7F. Windows color (decimal): -3187111 or 5856975. OLE color: 5856975.
HSL color Cylindrical-coordinate representation of color #CF5E59: hue angle of 2.54º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF5E59 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 94 | 89 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.19 |
| HSL | 2.54º | 0.55% | 0.58% | - |
| HSV(B) | 2.54º | 0.57% | 0.81% | - |
| XYZ | 31.54 | 21.99 | 12.03 | - |
| YUV | 127.22 | 106.44 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 94 | 89 | 0 | 0.55 | 0.57 | 0.19 | 2.54 | 0.55 | 0.58 |
| Hex | CF | 5E | 59 | 0 | 37 | 39 | 13 | 3 | 37 | 3A |
| Octal | 317 | 136 | 131 | 0 | 67 | 71 | 23 | 3 | 67 | 72 |
| Binary | 11001111 | 1011110 | 1011001 | 0 | 110111 | 111001 | 10011 | 11 | 110111 | 111010 |
Color Harmonies of #CF5E59
Complementary color
Monochromatic Colors of #CF5E59
Black with #CF5E59
Text Example
Text Example
White with #CF5E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5E59; }
p { color: rgb(207,94,89); }
H1.HeaderClassName
{
color: #CF5E59;
}
.AnyTagClassName
{
color: #CF5E59;
}
</style>
background-color css
<style>
a { background-color: #CF5E59; }
a { background-color: rgb(207,94,89); }
div.DivClassName
{
background-color: #CF5E59;
}
.BgClassName
{
background-color: #CF5E59;
}
</style>
border-color css
<style>
span { border-color: #CF5E59; }
span { border-color: rgb(207,94,89); }
td.TdClassName
{
border-color: #CF5E59;
}
.TagClassName
{
border-color: #CF5E59;
}
</style>