Shades of Indian Red #CE5D5C
Tints of Indian Red #CE5D5C
RGB
CMYK
RGB Variations
Color information
#CE5D5C (or 0xCE5D5C) is known color: Indian Red. HEX triplet: CE, 5D and 5C. RGB value is (206,93,92). Sum of RGB (Red+Green+Blue) = 206+93+92=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5D5C is #31A2A3. Grayscale: #7E7E7E. Windows color (decimal): -3252900 or 6053326. OLE color: 6053326.
HSL color Cylindrical-coordinate representation of color #CE5D5C: hue angle of 0.53º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5D5C is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 92 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.19 |
| HSL | 0.53º | 0.54% | 0.58% | - |
| HSV(B) | 0.53º | 0.55% | 0.81% | - |
| XYZ | 31.3 | 21.72 | 12.67 | - |
| YUV | 126.67 | 108.44 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 92 | 0 | 0.55 | 0.55 | 0.19 | 0.53 | 0.54 | 0.58 |
| Hex | CE | 5D | 5C | 0 | 37 | 37 | 13 | 1 | 36 | 3A |
| Octal | 316 | 135 | 134 | 0 | 67 | 67 | 23 | 1 | 66 | 72 |
| Binary | 11001110 | 1011101 | 1011100 | 0 | 110111 | 110111 | 10011 | 1 | 110110 | 111010 |
Color Harmonies of #CE5D5C
Complementary color
Monochromatic Colors of #CE5D5C
Black with #CE5D5C
Text Example
Text Example
White with #CE5D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5D5C; }
p { color: rgb(206,93,92); }
H1.HeaderClassName
{
color: #CE5D5C;
}
.AnyTagClassName
{
color: #CE5D5C;
}
</style>
background-color css
<style>
a { background-color: #CE5D5C; }
a { background-color: rgb(206,93,92); }
div.DivClassName
{
background-color: #CE5D5C;
}
.BgClassName
{
background-color: #CE5D5C;
}
</style>
border-color css
<style>
span { border-color: #CE5D5C; }
span { border-color: rgb(206,93,92); }
td.TdClassName
{
border-color: #CE5D5C;
}
.TagClassName
{
border-color: #CE5D5C;
}
</style>