Shades of Indian Red #CE5E59
Tints of Indian Red #CE5E59
RGB
CMYK
RGB Variations
Color information
#CE5E59 (or 0xCE5E59) is known color: Indian Red. HEX triplet: CE, 5E and 59. RGB value is (206,94,89). Sum of RGB (Red+Green+Blue) = 206+94+89=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5E59 is #31A1A6. Grayscale: #7F7F7F. Windows color (decimal): -3252647 or 5856974. OLE color: 5856974.
HSL color Cylindrical-coordinate representation of color #CE5E59: hue angle of 2.56º 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 #CE5E59 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 89 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.19 |
| HSL | 2.56º | 0.54% | 0.58% | - |
| HSV(B) | 2.56º | 0.57% | 0.81% | - |
| XYZ | 31.26 | 21.85 | 12.02 | - |
| YUV | 126.92 | 106.61 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 89 | 0 | 0.54 | 0.57 | 0.19 | 2.56 | 0.54 | 0.58 |
| Hex | CE | 5E | 59 | 0 | 36 | 39 | 13 | 3 | 36 | 3A |
| Octal | 316 | 136 | 131 | 0 | 66 | 71 | 23 | 3 | 66 | 72 |
| Binary | 11001110 | 1011110 | 1011001 | 0 | 110110 | 111001 | 10011 | 11 | 110110 | 111010 |
Color Harmonies of #CE5E59
Complementary color
Monochromatic Colors of #CE5E59
Black with #CE5E59
Text Example
Text Example
White with #CE5E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E59; }
p { color: rgb(206,94,89); }
H1.HeaderClassName
{
color: #CE5E59;
}
.AnyTagClassName
{
color: #CE5E59;
}
</style>
background-color css
<style>
a { background-color: #CE5E59; }
a { background-color: rgb(206,94,89); }
div.DivClassName
{
background-color: #CE5E59;
}
.BgClassName
{
background-color: #CE5E59;
}
</style>
border-color css
<style>
span { border-color: #CE5E59; }
span { border-color: rgb(206,94,89); }
td.TdClassName
{
border-color: #CE5E59;
}
.TagClassName
{
border-color: #CE5E59;
}
</style>