Shades of Indian Red #CE5D59
Tints of Indian Red #CE5D59
RGB
CMYK
RGB Variations
Color information
#CE5D59 (or 0xCE5D59) is known color: Indian Red. HEX triplet: CE, 5D and 59. RGB value is (206,93,89). Sum of RGB (Red+Green+Blue) = 206+93+89=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5D59 is #31A2A6. Grayscale: #7E7E7E. Windows color (decimal): -3252903 or 5856718. OLE color: 5856718.
HSL color Cylindrical-coordinate representation of color #CE5D59: hue angle of 2.05º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE5D59 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 89 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.19 |
| HSL | 2.05º | 0.54% | 0.58% | - |
| HSV(B) | 2.05º | 0.57% | 0.81% | - |
| XYZ | 31.17 | 21.67 | 11.99 | - |
| YUV | 126.33 | 106.94 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 89 | 0 | 0.55 | 0.57 | 0.19 | 2.05 | 0.54 | 0.58 |
| Hex | CE | 5D | 59 | 0 | 37 | 39 | 13 | 2 | 36 | 3A |
| Octal | 316 | 135 | 131 | 0 | 67 | 71 | 23 | 2 | 66 | 72 |
| Binary | 11001110 | 1011101 | 1011001 | 0 | 110111 | 111001 | 10011 | 10 | 110110 | 111010 |
Color Harmonies of #CE5D59
Complementary color
Monochromatic Colors of #CE5D59
Black with #CE5D59
Text Example
Text Example
White with #CE5D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5D59; }
p { color: rgb(206,93,89); }
H1.HeaderClassName
{
color: #CE5D59;
}
.AnyTagClassName
{
color: #CE5D59;
}
</style>
background-color css
<style>
a { background-color: #CE5D59; }
a { background-color: rgb(206,93,89); }
div.DivClassName
{
background-color: #CE5D59;
}
.BgClassName
{
background-color: #CE5D59;
}
</style>
border-color css
<style>
span { border-color: #CE5D59; }
span { border-color: rgb(206,93,89); }
td.TdClassName
{
border-color: #CE5D59;
}
.TagClassName
{
border-color: #CE5D59;
}
</style>