Shades of Indian Red #CF6565
Tints of Indian Red #CF6565
RGB
CMYK
RGB Variations
Color information
#CF6565 (or 0xCF6565) is known color: Indian Red. HEX triplet: CF, 65 and 65. RGB value is (207,101,101). Sum of RGB (Red+Green+Blue) = 207+101+101=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6565 is #309A9A. Grayscale: #848484. Windows color (decimal): -3185307 or 6645199. OLE color: 6645199.
HSL color Cylindrical-coordinate representation of color #CF6565: hue angle of 0º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF6565 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 101 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.19 |
| HSL | 0º | 0.52% | 0.6% | - |
| HSV(B) | 0º | 0.51% | 0.81% | - |
| XYZ | 32.73 | 23.51 | 15.12 | - |
| YUV | 132.69 | 110.12 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 101 | 0 | 0.51 | 0.51 | 0.19 | 0 | 0.52 | 0.6 |
| Hex | CF | 65 | 65 | 0 | 33 | 33 | 13 | 0 | 34 | 3C |
| Octal | 317 | 145 | 145 | 0 | 63 | 63 | 23 | 0 | 64 | 74 |
| Binary | 11001111 | 1100101 | 1100101 | 0 | 110011 | 110011 | 10011 | 0 | 110100 | 111100 |
Color Harmonies of #CF6565
Complementary color
Monochromatic Colors of #CF6565
Black with #CF6565
Text Example
Text Example
White with #CF6565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6565; }
p { color: rgb(207,101,101); }
H1.HeaderClassName
{
color: #CF6565;
}
.AnyTagClassName
{
color: #CF6565;
}
</style>
background-color css
<style>
a { background-color: #CF6565; }
a { background-color: rgb(207,101,101); }
div.DivClassName
{
background-color: #CF6565;
}
.BgClassName
{
background-color: #CF6565;
}
</style>
border-color css
<style>
span { border-color: #CF6565; }
span { border-color: rgb(207,101,101); }
td.TdClassName
{
border-color: #CF6565;
}
.TagClassName
{
border-color: #CF6565;
}
</style>