Shades of Indian Red #CE5F5D
Tints of Indian Red #CE5F5D
RGB
CMYK
RGB Variations
Color information
#CE5F5D (or 0xCE5F5D) is known color: Indian Red. HEX triplet: CE, 5F and 5D. RGB value is (206,95,93). Sum of RGB (Red+Green+Blue) = 206+95+93=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5F5D is #31A0A2. Grayscale: #808080. Windows color (decimal): -3252387 or 6119374. OLE color: 6119374.
HSL color Cylindrical-coordinate representation of color #CE5F5D: hue angle of 1.06º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5F5D is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 95 | 93 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.19 |
| HSL | 1.06º | 0.54% | 0.59% | - |
| HSV(B) | 1.06º | 0.55% | 0.81% | - |
| XYZ | 31.52 | 22.1 | 12.96 | - |
| YUV | 127.96 | 108.27 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 95 | 93 | 0 | 0.54 | 0.55 | 0.19 | 1.06 | 0.54 | 0.59 |
| Hex | CE | 5F | 5D | 0 | 36 | 37 | 13 | 1 | 36 | 3B |
| Octal | 316 | 137 | 135 | 0 | 66 | 67 | 23 | 1 | 66 | 73 |
| Binary | 11001110 | 1011111 | 1011101 | 0 | 110110 | 110111 | 10011 | 1 | 110110 | 111011 |
Color Harmonies of #CE5F5D
Complementary color
Monochromatic Colors of #CE5F5D
Black with #CE5F5D
Text Example
Text Example
White with #CE5F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5F5D; }
p { color: rgb(206,95,93); }
H1.HeaderClassName
{
color: #CE5F5D;
}
.AnyTagClassName
{
color: #CE5F5D;
}
</style>
background-color css
<style>
a { background-color: #CE5F5D; }
a { background-color: rgb(206,95,93); }
div.DivClassName
{
background-color: #CE5F5D;
}
.BgClassName
{
background-color: #CE5F5D;
}
</style>
border-color css
<style>
span { border-color: #CE5F5D; }
span { border-color: rgb(206,95,93); }
td.TdClassName
{
border-color: #CE5F5D;
}
.TagClassName
{
border-color: #CE5F5D;
}
</style>