#CE5755

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

Shades of Indian Red #CE5755

Tints of Indian Red #CE5755

Color information

#CE5755 (or 0xCE5755) is unknown color: approx Indian Red. HEX triplet: CE, 57 and 55. RGB value is (206,87,85). Sum of RGB (Red+Green+Blue) = 206+87+85=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5755 is #31A8AA. Grayscale: #7A7A7A. Windows color (decimal): -3254443 or 5593038. OLE color: 5593038.

HSL color Cylindrical-coordinate representation of color #CE5755: hue angle of 0.99º 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 #CE5755 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB2068785-
CMYK00.580.590.19
HSL0.99º55.25%57.06%-
HSV(B)0.99º58.74%80.78%-
XYZ30.520.5910.96-
YUV122.35106.92187.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.50%
GREEN value IS 87 (34.38% from 255) = 23.02%
BLUE value IS 85 (33.59% from 255) = 22.49%
R=54.50%
G=23.02%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206878500.580.590.190.9955.2557.06
HexCE575503A3B1313739
Octal316127125072732316771
Binary11001110101011110101010111010111011100111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5755; }

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

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

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

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

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

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

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

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