Shades of Indian Red #CE5E5D
Tints of Indian Red #CE5E5D
RGB
CMYK
RGB Variations
Color information
#CE5E5D (or 0xCE5E5D) is known color: Indian Red. HEX triplet: CE, 5E and 5D. RGB value is (206,94,93). Sum of RGB (Red+Green+Blue) = 206+94+93=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5E5D is #31A1A2. Grayscale: #7F7F7F. Windows color (decimal): -3252643 or 6119118. OLE color: 6119118.
HSL color Cylindrical-coordinate representation of color #CE5E5D: hue angle of 0.53º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5E5D is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 93 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.19 |
| HSL | 0.53º | 0.54% | 0.59% | - |
| HSV(B) | 0.53º | 0.55% | 0.81% | - |
| XYZ | 31.43 | 21.92 | 12.93 | - |
| YUV | 127.37 | 108.61 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 93 | 0 | 0.54 | 0.55 | 0.19 | 0.53 | 0.54 | 0.59 |
| Hex | CE | 5E | 5D | 0 | 36 | 37 | 13 | 1 | 36 | 3B |
| Octal | 316 | 136 | 135 | 0 | 66 | 67 | 23 | 1 | 66 | 73 |
| Binary | 11001110 | 1011110 | 1011101 | 0 | 110110 | 110111 | 10011 | 1 | 110110 | 111011 |
Color Harmonies of #CE5E5D
Complementary color
Monochromatic Colors of #CE5E5D
Black with #CE5E5D
Text Example
Text Example
White with #CE5E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E5D; }
p { color: rgb(206,94,93); }
H1.HeaderClassName
{
color: #CE5E5D;
}
.AnyTagClassName
{
color: #CE5E5D;
}
</style>
background-color css
<style>
a { background-color: #CE5E5D; }
a { background-color: rgb(206,94,93); }
div.DivClassName
{
background-color: #CE5E5D;
}
.BgClassName
{
background-color: #CE5E5D;
}
</style>
border-color css
<style>
span { border-color: #CE5E5D; }
span { border-color: rgb(206,94,93); }
td.TdClassName
{
border-color: #CE5E5D;
}
.TagClassName
{
border-color: #CE5E5D;
}
</style>