Shades of Indian Red #CE6461
Tints of Indian Red #CE6461
RGB
CMYK
RGB Variations
Color information
#CE6461 (or 0xCE6461) is known color: Indian Red. HEX triplet: CE, 64 and 61. RGB value is (206,100,97). Sum of RGB (Red+Green+Blue) = 206+100+97=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 97 (38.28% from 255 or 24.07% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6461 is #319B9E. Grayscale: #838383. Windows color (decimal): -3251103 or 6382798. OLE color: 6382798.
HSL color Cylindrical-coordinate representation of color #CE6461: hue angle of 1.65º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE6461 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 100 | 97 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.19 |
| HSL | 1.65º | 0.53% | 0.59% | - |
| HSV(B) | 1.65º | 0.53% | 0.81% | - |
| XYZ | 32.17 | 23.1 | 14.07 | - |
| YUV | 131.35 | 108.62 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 97 | 0 | 0.51 | 0.53 | 0.19 | 1.65 | 0.53 | 0.59 |
| Hex | CE | 64 | 61 | 0 | 33 | 35 | 13 | 2 | 35 | 3B |
| Octal | 316 | 144 | 141 | 0 | 63 | 65 | 23 | 2 | 65 | 73 |
| Binary | 11001110 | 1100100 | 1100001 | 0 | 110011 | 110101 | 10011 | 10 | 110101 | 111011 |
Color Harmonies of #CE6461
Complementary color
Monochromatic Colors of #CE6461
Black with #CE6461
Text Example
Text Example
White with #CE6461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6461; }
p { color: rgb(206,100,97); }
H1.HeaderClassName
{
color: #CE6461;
}
.AnyTagClassName
{
color: #CE6461;
}
</style>
background-color css
<style>
a { background-color: #CE6461; }
a { background-color: rgb(206,100,97); }
div.DivClassName
{
background-color: #CE6461;
}
.BgClassName
{
background-color: #CE6461;
}
</style>
border-color css
<style>
span { border-color: #CE6461; }
span { border-color: rgb(206,100,97); }
td.TdClassName
{
border-color: #CE6461;
}
.TagClassName
{
border-color: #CE6461;
}
</style>