Shades of Indian Red #CE5B58
Tints of Indian Red #CE5B58
RGB
CMYK
RGB Variations
Color information
#CE5B58 (or 0xCE5B58) is known color: Indian Red. HEX triplet: CE, 5B and 58. RGB value is (206,91,88). Sum of RGB (Red+Green+Blue) = 206+91+88=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5B58 is #31A4A7. Grayscale: #7D7D7D. Windows color (decimal): -3253416 or 5790670. OLE color: 5790670.
HSL color Cylindrical-coordinate representation of color #CE5B58: hue angle of 1.53º 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 #CE5B58 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 88 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.19 |
| HSL | 1.53º | 0.55% | 0.58% | - |
| HSV(B) | 1.53º | 0.57% | 0.81% | - |
| XYZ | 30.96 | 21.31 | 11.71 | - |
| YUV | 125.04 | 107.1 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 88 | 0 | 0.56 | 0.57 | 0.19 | 1.53 | 0.55 | 0.58 |
| Hex | CE | 5B | 58 | 0 | 38 | 39 | 13 | 2 | 37 | 3A |
| Octal | 316 | 133 | 130 | 0 | 70 | 71 | 23 | 2 | 67 | 72 |
| Binary | 11001110 | 1011011 | 1011000 | 0 | 111000 | 111001 | 10011 | 10 | 110111 | 111010 |
Color Harmonies of #CE5B58
Complementary color
Monochromatic Colors of #CE5B58
Black with #CE5B58
Text Example
Text Example
White with #CE5B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5B58; }
p { color: rgb(206,91,88); }
H1.HeaderClassName
{
color: #CE5B58;
}
.AnyTagClassName
{
color: #CE5B58;
}
</style>
background-color css
<style>
a { background-color: #CE5B58; }
a { background-color: rgb(206,91,88); }
div.DivClassName
{
background-color: #CE5B58;
}
.BgClassName
{
background-color: #CE5B58;
}
</style>
border-color css
<style>
span { border-color: #CE5B58; }
span { border-color: rgb(206,91,88); }
td.TdClassName
{
border-color: #CE5B58;
}
.TagClassName
{
border-color: #CE5B58;
}
</style>