#CE5C59

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

Shades of Indian Red #CE5C59

Tints of Indian Red #CE5C59

Color information

#CE5C59 (or 0xCE5C59) is unknown color: approx Indian Red. HEX triplet: CE, 5C and 59. RGB value is (206,92,89). Sum of RGB (Red+Green+Blue) = 206+92+89=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5C59 is #31A3A6. Grayscale: #7D7D7D. Windows color (decimal): -3253159 or 5856462. OLE color: 5856462.

HSL color Cylindrical-coordinate representation of color #CE5C59: hue angle of 1.54º degrees, saturation: 0.54, 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 #CE5C59 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB2069289-
CMYK00.550.570.19
HSL1.54º54.42%57.84%-
HSV(B)1.54º56.8%80.78%-
XYZ31.0821.511.96-
YUV125.74107.27185.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 53.23%
GREEN value IS 92 (36.33% from 255) = 23.77%
BLUE value IS 89 (35.16% from 255) = 23.00%
R=53.23%
G=23.77%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206928900.550.570.191.5454.4257.84
HexCE5C5903739132363a
Octal316134131067712326672
Binary110011101011100101100101101111110011001110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5C59; }

 p { color: rgb(206,92,89); }

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

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

 a { background-color: rgb(206,92,89); }

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

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

 span { border-color: rgb(206,92,89); }

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