#CE5D56

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

Shades of Indian Red #CE5D56

Tints of Indian Red #CE5D56

Color information

#CE5D56 (or 0xCE5D56) is unknown color: approx Indian Red. HEX triplet: CE, 5D and 56. RGB value is (206,93,86). Sum of RGB (Red+Green+Blue) = 206+93+86=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5D56 is #31A2A9. Grayscale: #7E7E7E. Windows color (decimal): -3252906 or 5660110. OLE color: 5660110.

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

Color convert

RGB2069386-
CMYK00.550.580.19
HSL3.5º55.05%57.25%-
HSV(B)3.5º58.25%80.78%-
XYZ31.0521.6211.34-
YUV125.99105.44185.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 53.51%
GREEN value IS 93 (36.72% from 255) = 24.16%
BLUE value IS 86 (33.98% from 255) = 22.34%
R=53.51%
G=24.16%
B=22.34%

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
Decimal206938600.550.580.193.555.0557.25
HexCE5D560373A1343739
Octal316135126067722346771
Binary1100111010111011010110011011111101010011100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5D56; }

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

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

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

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

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

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

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

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