Shades of Indian Red #CF615C
Tints of Indian Red #CF615C
RGB
CMYK
RGB Variations
Color information
#CF615C (or 0xCF615C) is known color: Indian Red. HEX triplet: CF, 61 and 5C. RGB value is (207,97,92). Sum of RGB (Red+Green+Blue) = 207+97+92=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF615C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF615C is #309EA3. Grayscale: #818181. Windows color (decimal): -3186340 or 6054351. OLE color: 6054351.
HSL color Cylindrical-coordinate representation of color #CF615C: hue angle of 2.61º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF615C is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 92 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.19 |
| HSL | 2.61º | 0.55% | 0.59% | - |
| HSV(B) | 2.61º | 0.56% | 0.81% | - |
| XYZ | 31.94 | 22.59 | 12.8 | - |
| YUV | 129.32 | 106.94 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 92 | 0 | 0.53 | 0.56 | 0.19 | 2.61 | 0.55 | 0.59 |
| Hex | CF | 61 | 5C | 0 | 35 | 38 | 13 | 3 | 37 | 3B |
| Octal | 317 | 141 | 134 | 0 | 65 | 70 | 23 | 3 | 67 | 73 |
| Binary | 11001111 | 1100001 | 1011100 | 0 | 110101 | 111000 | 10011 | 11 | 110111 | 111011 |
Color Harmonies of #CF615C
Complementary color
Monochromatic Colors of #CF615C
Black with #CF615C
Text Example
Text Example
White with #CF615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF615C; }
p { color: rgb(207,97,92); }
H1.HeaderClassName
{
color: #CF615C;
}
.AnyTagClassName
{
color: #CF615C;
}
</style>
background-color css
<style>
a { background-color: #CF615C; }
a { background-color: rgb(207,97,92); }
div.DivClassName
{
background-color: #CF615C;
}
.BgClassName
{
background-color: #CF615C;
}
</style>
border-color css
<style>
span { border-color: #CF615C; }
span { border-color: rgb(207,97,92); }
td.TdClassName
{
border-color: #CF615C;
}
.TagClassName
{
border-color: #CF615C;
}
</style>