Shades of Indian Red #CE5E5C
Tints of Indian Red #CE5E5C
RGB
CMYK
RGB Variations
Color information
#CE5E5C (or 0xCE5E5C) is known color: Indian Red. HEX triplet: CE, 5E and 5C. RGB value is (206,94,92). Sum of RGB (Red+Green+Blue) = 206+94+92=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5E5C is #31A1A3. Grayscale: #7F7F7F. Windows color (decimal): -3252644 or 6053582. OLE color: 6053582.
HSL color Cylindrical-coordinate representation of color #CE5E5C: hue angle of 1.05º 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 #CE5E5C is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 92 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.19 |
| HSL | 1.05º | 0.54% | 0.58% | - |
| HSV(B) | 1.05º | 0.55% | 0.81% | - |
| XYZ | 31.39 | 21.9 | 12.7 | - |
| YUV | 127.26 | 108.11 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 92 | 0 | 0.54 | 0.55 | 0.19 | 1.05 | 0.54 | 0.58 |
| Hex | CE | 5E | 5C | 0 | 36 | 37 | 13 | 1 | 36 | 3A |
| Octal | 316 | 136 | 134 | 0 | 66 | 67 | 23 | 1 | 66 | 72 |
| Binary | 11001110 | 1011110 | 1011100 | 0 | 110110 | 110111 | 10011 | 1 | 110110 | 111010 |
Color Harmonies of #CE5E5C
Complementary color
Monochromatic Colors of #CE5E5C
Black with #CE5E5C
Text Example
Text Example
White with #CE5E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E5C; }
p { color: rgb(206,94,92); }
H1.HeaderClassName
{
color: #CE5E5C;
}
.AnyTagClassName
{
color: #CE5E5C;
}
</style>
background-color css
<style>
a { background-color: #CE5E5C; }
a { background-color: rgb(206,94,92); }
div.DivClassName
{
background-color: #CE5E5C;
}
.BgClassName
{
background-color: #CE5E5C;
}
</style>
border-color css
<style>
span { border-color: #CE5E5C; }
span { border-color: rgb(206,94,92); }
td.TdClassName
{
border-color: #CE5E5C;
}
.TagClassName
{
border-color: #CE5E5C;
}
</style>