Shades of Indian Red #CE5D5B
Tints of Indian Red #CE5D5B
RGB
CMYK
RGB Variations
Color information
#CE5D5B (or 0xCE5D5B) is known color: Indian Red. HEX triplet: CE, 5D and 5B. RGB value is (206,93,91). Sum of RGB (Red+Green+Blue) = 206+93+91=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5D5B is #31A2A4. Grayscale: #7E7E7E. Windows color (decimal): -3252901 or 5987790. OLE color: 5987790.
HSL color Cylindrical-coordinate representation of color #CE5D5B: hue angle of 1.04º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE5D5B is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 91 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.19 |
| HSL | 1.04º | 0.54% | 0.58% | - |
| HSV(B) | 1.04º | 0.56% | 0.81% | - |
| XYZ | 31.26 | 21.71 | 12.44 | - |
| YUV | 126.56 | 107.94 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 91 | 0 | 0.55 | 0.56 | 0.19 | 1.04 | 0.54 | 0.58 |
| Hex | CE | 5D | 5B | 0 | 37 | 38 | 13 | 1 | 36 | 3A |
| Octal | 316 | 135 | 133 | 0 | 67 | 70 | 23 | 1 | 66 | 72 |
| Binary | 11001110 | 1011101 | 1011011 | 0 | 110111 | 111000 | 10011 | 1 | 110110 | 111010 |
Color Harmonies of #CE5D5B
Complementary color
Monochromatic Colors of #CE5D5B
Black with #CE5D5B
Text Example
Text Example
White with #CE5D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5D5B; }
p { color: rgb(206,93,91); }
H1.HeaderClassName
{
color: #CE5D5B;
}
.AnyTagClassName
{
color: #CE5D5B;
}
</style>
background-color css
<style>
a { background-color: #CE5D5B; }
a { background-color: rgb(206,93,91); }
div.DivClassName
{
background-color: #CE5D5B;
}
.BgClassName
{
background-color: #CE5D5B;
}
</style>
border-color css
<style>
span { border-color: #CE5D5B; }
span { border-color: rgb(206,93,91); }
td.TdClassName
{
border-color: #CE5D5B;
}
.TagClassName
{
border-color: #CE5D5B;
}
</style>