Shades of Indian Red #CE5D58
Tints of Indian Red #CE5D58
RGB
CMYK
RGB Variations
Color information
#CE5D58 (or 0xCE5D58) is known color: Indian Red. HEX triplet: CE, 5D and 58. RGB value is (206,93,88). Sum of RGB (Red+Green+Blue) = 206+93+88=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5D58 is #31A2A7. Grayscale: #7E7E7E. Windows color (decimal): -3252904 or 5791182. OLE color: 5791182.
HSL color Cylindrical-coordinate representation of color #CE5D58: hue angle of 2.54º 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 #CE5D58 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 88 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.19 |
| HSL | 2.54º | 0.55% | 0.58% | - |
| HSV(B) | 2.54º | 0.57% | 0.81% | - |
| XYZ | 31.13 | 21.66 | 11.77 | - |
| YUV | 126.22 | 106.44 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 88 | 0 | 0.55 | 0.57 | 0.19 | 2.54 | 0.55 | 0.58 |
| Hex | CE | 5D | 58 | 0 | 37 | 39 | 13 | 3 | 37 | 3A |
| Octal | 316 | 135 | 130 | 0 | 67 | 71 | 23 | 3 | 67 | 72 |
| Binary | 11001110 | 1011101 | 1011000 | 0 | 110111 | 111001 | 10011 | 11 | 110111 | 111010 |
Color Harmonies of #CE5D58
Complementary color
Monochromatic Colors of #CE5D58
Black with #CE5D58
Text Example
Text Example
White with #CE5D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5D58; }
p { color: rgb(206,93,88); }
H1.HeaderClassName
{
color: #CE5D58;
}
.AnyTagClassName
{
color: #CE5D58;
}
</style>
background-color css
<style>
a { background-color: #CE5D58; }
a { background-color: rgb(206,93,88); }
div.DivClassName
{
background-color: #CE5D58;
}
.BgClassName
{
background-color: #CE5D58;
}
</style>
border-color css
<style>
span { border-color: #CE5D58; }
span { border-color: rgb(206,93,88); }
td.TdClassName
{
border-color: #CE5D58;
}
.TagClassName
{
border-color: #CE5D58;
}
</style>