Shades of Indian Red #CE5959
Tints of Indian Red #CE5959
RGB
CMYK
RGB Variations
Color information
#CE5959 (or 0xCE5959) is known color: Indian Red. HEX triplet: CE, 59 and 59. RGB value is (206,89,89). Sum of RGB (Red+Green+Blue) = 206+89+89=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 89 (35.16% from 255 or 23.18% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5959 is #31A6A6. Grayscale: #7C7C7C. Windows color (decimal): -3253927 or 5855694. OLE color: 5855694.
HSL color Cylindrical-coordinate representation of color #CE5959: hue angle of 0º 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 #CE5959 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 89 | 89 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.19 |
| HSL | 0º | 0.54% | 0.58% | - |
| HSV(B) | 0º | 0.57% | 0.81% | - |
| XYZ | 30.83 | 20.99 | 11.88 | - |
| YUV | 123.98 | 108.26 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 89 | 89 | 0 | 0.57 | 0.57 | 0.19 | 0 | 0.54 | 0.58 |
| Hex | CE | 59 | 59 | 0 | 39 | 39 | 13 | 0 | 36 | 3A |
| Octal | 316 | 131 | 131 | 0 | 71 | 71 | 23 | 0 | 66 | 72 |
| Binary | 11001110 | 1011001 | 1011001 | 0 | 111001 | 111001 | 10011 | 0 | 110110 | 111010 |
Color Harmonies of #CE5959
Complementary color
Monochromatic Colors of #CE5959
Black with #CE5959
Text Example
Text Example
White with #CE5959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5959; }
p { color: rgb(206,89,89); }
H1.HeaderClassName
{
color: #CE5959;
}
.AnyTagClassName
{
color: #CE5959;
}
</style>
background-color css
<style>
a { background-color: #CE5959; }
a { background-color: rgb(206,89,89); }
div.DivClassName
{
background-color: #CE5959;
}
.BgClassName
{
background-color: #CE5959;
}
</style>
border-color css
<style>
span { border-color: #CE5959; }
span { border-color: rgb(206,89,89); }
td.TdClassName
{
border-color: #CE5959;
}
.TagClassName
{
border-color: #CE5959;
}
</style>