Shades of Indian Red #CE6565
Tints of Indian Red #CE6565
RGB
CMYK
RGB Variations
Color information
#CE6565 (or 0xCE6565) is known color: Indian Red. HEX triplet: CE, 65 and 65. RGB value is (206,101,101). Sum of RGB (Red+Green+Blue) = 206+101+101=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6565 is #319A9A. Grayscale: #848484. Windows color (decimal): -3250843 or 6645198. OLE color: 6645198.
HSL color Cylindrical-coordinate representation of color #CE6565: 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 #CE6565 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 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.46 | 23.37 | 15.11 | - |
| YUV | 132.4 | 110.29 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 101 | 0 | 0.51 | 0.51 | 0.19 | 0 | 0.52 | 0.6 |
| Hex | CE | 65 | 65 | 0 | 33 | 33 | 13 | 0 | 34 | 3C |
| Octal | 316 | 145 | 145 | 0 | 63 | 63 | 23 | 0 | 64 | 74 |
| Binary | 11001110 | 1100101 | 1100101 | 0 | 110011 | 110011 | 10011 | 0 | 110100 | 111100 |
Color Harmonies of #CE6565
Complementary color
Monochromatic Colors of #CE6565
Black with #CE6565
Text Example
Text Example
White with #CE6565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6565; }
p { color: rgb(206,101,101); }
H1.HeaderClassName
{
color: #CE6565;
}
.AnyTagClassName
{
color: #CE6565;
}
</style>
background-color css
<style>
a { background-color: #CE6565; }
a { background-color: rgb(206,101,101); }
div.DivClassName
{
background-color: #CE6565;
}
.BgClassName
{
background-color: #CE6565;
}
</style>
border-color css
<style>
span { border-color: #CE6565; }
span { border-color: rgb(206,101,101); }
td.TdClassName
{
border-color: #CE6565;
}
.TagClassName
{
border-color: #CE6565;
}
</style>