#CE5D57

Color #CE5D57 Indian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Red #CE5D57

Tints of Indian Red #CE5D57

Color information

#CE5D57 (or 0xCE5D57) is unknown color: approx Indian Red. HEX triplet: CE, 5D and 57. RGB value is (206,93,87). Sum of RGB (Red+Green+Blue) = 206+93+87=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 87 (34.38% from 255 or 22.54% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5D57 is #31A2A8. Grayscale: #7E7E7E. Windows color (decimal): -3252905 or 5725646. OLE color: 5725646.

HSL color Cylindrical-coordinate representation of color #CE5D57: hue angle of 3.03º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE5D57 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB2069387-
CMYK00.550.580.19
HSL3.03º54.84%57.45%-
HSV(B)3.03º57.77%80.78%-
XYZ31.0921.6411.55-
YUV126.1105.94184.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 53.37%
GREEN value IS 93 (36.72% from 255) = 24.09%
BLUE value IS 87 (34.38% from 255) = 22.54%
R=53.37%
G=24.09%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206938700.550.580.193.0354.8457.45
HexCE5D570373A1333739
Octal316135127067722336771
Binary110011101011101101011101101111110101001111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5D57; }

 p { color: rgb(206,93,87); }

 H1.HeaderClassName
 {
   color: #CE5D57;
 }
 .AnyTagClassName
 {
   color: #CE5D57;
 }
</style>
background-color css

<style>
 a { background-color: #CE5D57; }

 a { background-color: rgb(206,93,87); }

 div.DivClassName
 {
   background-color: #CE5D57;
 }
 .BgClassName
 {
   background-color: #CE5D57;
 }
</style>
border-color css

<style>
 span { border-color: #CE5D57; }

 span { border-color: rgb(206,93,87); }

 td.TdClassName
 {
   border-color: #CE5D57;
 }
 .TagClassName
 {
   border-color: #CE5D57;
 }
</style>