Shades of Indian Red #CF5B59
Tints of Indian Red #CF5B59
RGB
CMYK
RGB Variations
Color information
#CF5B59 (or 0xCF5B59) is known color: Indian Red. HEX triplet: CF, 5B and 59. RGB value is (207,91,89). Sum of RGB (Red+Green+Blue) = 207+91+89=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5B59 is #30A4A6. Grayscale: #7D7D7D. Windows color (decimal): -3187879 or 5856207. OLE color: 5856207.
HSL color Cylindrical-coordinate representation of color #CF5B59: hue angle of 1.02º 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 #CF5B59 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 89 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.19 |
| HSL | 1.02º | 0.55% | 0.58% | - |
| HSV(B) | 1.02º | 0.57% | 0.81% | - |
| XYZ | 31.28 | 21.47 | 11.95 | - |
| YUV | 125.46 | 107.43 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 89 | 0 | 0.56 | 0.57 | 0.19 | 1.02 | 0.55 | 0.58 |
| Hex | CF | 5B | 59 | 0 | 38 | 39 | 13 | 1 | 37 | 3A |
| Octal | 317 | 133 | 131 | 0 | 70 | 71 | 23 | 1 | 67 | 72 |
| Binary | 11001111 | 1011011 | 1011001 | 0 | 111000 | 111001 | 10011 | 1 | 110111 | 111010 |
Color Harmonies of #CF5B59
Complementary color
Monochromatic Colors of #CF5B59
Black with #CF5B59
Text Example
Text Example
White with #CF5B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5B59; }
p { color: rgb(207,91,89); }
H1.HeaderClassName
{
color: #CF5B59;
}
.AnyTagClassName
{
color: #CF5B59;
}
</style>
background-color css
<style>
a { background-color: #CF5B59; }
a { background-color: rgb(207,91,89); }
div.DivClassName
{
background-color: #CF5B59;
}
.BgClassName
{
background-color: #CF5B59;
}
</style>
border-color css
<style>
span { border-color: #CF5B59; }
span { border-color: rgb(207,91,89); }
td.TdClassName
{
border-color: #CF5B59;
}
.TagClassName
{
border-color: #CF5B59;
}
</style>