Shades of Indian Red #CE5D5D
Tints of Indian Red #CE5D5D
RGB
CMYK
RGB Variations
Color information
#CE5D5D (or 0xCE5D5D) is known color: Indian Red. HEX triplet: CE, 5D and 5D. RGB value is (206,93,93). Sum of RGB (Red+Green+Blue) = 206+93+93=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5D5D is #31A2A2. Grayscale: #7E7E7E. Windows color (decimal): -3252899 or 6118862. OLE color: 6118862.
HSL color Cylindrical-coordinate representation of color #CE5D5D: hue angle of 0º 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 #CE5D5D is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 93 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.19 |
| HSL | 0º | 0.54% | 0.59% | - |
| HSV(B) | 0º | 0.55% | 0.81% | - |
| XYZ | 31.34 | 21.74 | 12.9 | - |
| YUV | 126.79 | 108.94 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 93 | 0 | 0.55 | 0.55 | 0.19 | 0 | 0.54 | 0.59 |
| Hex | CE | 5D | 5D | 0 | 37 | 37 | 13 | 0 | 36 | 3B |
| Octal | 316 | 135 | 135 | 0 | 67 | 67 | 23 | 0 | 66 | 73 |
| Binary | 11001110 | 1011101 | 1011101 | 0 | 110111 | 110111 | 10011 | 0 | 110110 | 111011 |
Color Harmonies of #CE5D5D
Complementary color
Monochromatic Colors of #CE5D5D
Black with #CE5D5D
Text Example
Text Example
White with #CE5D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5D5D; }
p { color: rgb(206,93,93); }
H1.HeaderClassName
{
color: #CE5D5D;
}
.AnyTagClassName
{
color: #CE5D5D;
}
</style>
background-color css
<style>
a { background-color: #CE5D5D; }
a { background-color: rgb(206,93,93); }
div.DivClassName
{
background-color: #CE5D5D;
}
.BgClassName
{
background-color: #CE5D5D;
}
</style>
border-color css
<style>
span { border-color: #CE5D5D; }
span { border-color: rgb(206,93,93); }
td.TdClassName
{
border-color: #CE5D5D;
}
.TagClassName
{
border-color: #CE5D5D;
}
</style>