Shades of Indian Red #CE5E58
Tints of Indian Red #CE5E58
RGB
CMYK
RGB Variations
Color information
#CE5E58 (or 0xCE5E58) is known color: Indian Red. HEX triplet: CE, 5E and 58. RGB value is (206,94,88). Sum of RGB (Red+Green+Blue) = 206+94+88=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5E58 is #31A1A7. Grayscale: #7E7E7E. Windows color (decimal): -3252648 or 5791438. OLE color: 5791438.
HSL color Cylindrical-coordinate representation of color #CE5E58: hue angle of 3.05º degrees, saturation: 0.55, 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 #CE5E58 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 88 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.19 |
| HSL | 3.05º | 0.55% | 0.58% | - |
| HSV(B) | 3.05º | 0.57% | 0.81% | - |
| XYZ | 31.22 | 21.83 | 11.8 | - |
| YUV | 126.8 | 106.11 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 88 | 0 | 0.54 | 0.57 | 0.19 | 3.05 | 0.55 | 0.58 |
| Hex | CE | 5E | 58 | 0 | 36 | 39 | 13 | 3 | 37 | 3A |
| Octal | 316 | 136 | 130 | 0 | 66 | 71 | 23 | 3 | 67 | 72 |
| Binary | 11001110 | 1011110 | 1011000 | 0 | 110110 | 111001 | 10011 | 11 | 110111 | 111010 |
Color Harmonies of #CE5E58
Complementary color
Monochromatic Colors of #CE5E58
Black with #CE5E58
Text Example
Text Example
White with #CE5E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E58; }
p { color: rgb(206,94,88); }
H1.HeaderClassName
{
color: #CE5E58;
}
.AnyTagClassName
{
color: #CE5E58;
}
</style>
background-color css
<style>
a { background-color: #CE5E58; }
a { background-color: rgb(206,94,88); }
div.DivClassName
{
background-color: #CE5E58;
}
.BgClassName
{
background-color: #CE5E58;
}
</style>
border-color css
<style>
span { border-color: #CE5E58; }
span { border-color: rgb(206,94,88); }
td.TdClassName
{
border-color: #CE5E58;
}
.TagClassName
{
border-color: #CE5E58;
}
</style>