Shades of Indian Red #CE5655
Tints of Indian Red #CE5655
RGB
CMYK
RGB Variations
Color information
#CE5655 (or 0xCE5655) is known color: Indian Red. HEX triplet: CE, 56 and 55. RGB value is (206,86,85). Sum of RGB (Red+Green+Blue) = 206+86+85=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5655 is #31A9AA. Grayscale: #797979. Windows color (decimal): -3254699 or 5592782. OLE color: 5592782.
HSL color Cylindrical-coordinate representation of color #CE5655: hue angle of 0.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE5655 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 86 | 85 | - |
CMYK | 0 | 0.58 | 0.59 | 0.19 |
HSL | 0.5º | 0.55% | 0.57% | - |
HSV(B) | 0.5º | 0.59% | 0.81% | - |
XYZ | 30.42 | 20.43 | 10.93 | - |
YUV | 121.77 | 107.26 | 188.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 86 | 85 | 0 | 0.58 | 0.59 | 0.19 | 0.5 | 0.55 | 0.57 |
Hex | CE | 56 | 55 | 0 | 3A | 3B | 13 | 0 | 37 | 39 |
Octal | 316 | 126 | 125 | 0 | 72 | 73 | 23 | 0 | 67 | 71 |
Binary | 11001110 | 1010110 | 1010101 | 0 | 111010 | 111011 | 10011 | 0 | 110111 | 111001 |
Color Harmonies of #CE5655
Complementary color
Monochromatic Colors of #CE5655
Black with #CE5655
Text Example
Text Example
White with #CE5655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5655; }
p { color: rgb(206,86,85); }
H1.HeaderClassName
{
color: #CE5655;
}
.AnyTagClassName
{
color: #CE5655;
}
</style>
background-color css
<style>
a { background-color: #CE5655; }
a { background-color: rgb(206,86,85); }
div.DivClassName
{
background-color: #CE5655;
}
.BgClassName
{
background-color: #CE5655;
}
</style>
border-color css
<style>
span { border-color: #CE5655; }
span { border-color: rgb(206,86,85); }
td.TdClassName
{
border-color: #CE5655;
}
.TagClassName
{
border-color: #CE5655;
}
</style>