#CE615B

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

Shades of Indian Red #CE615B

Tints of Indian Red #CE615B

Color information

#CE615B (or 0xCE615B) is unknown color: approx Indian Red. HEX triplet: CE, 61 and 5B. RGB value is (206,97,91). Sum of RGB (Red+Green+Blue) = 206+97+91=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE615B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE615B is #319EA4. Grayscale: #818181. Windows color (decimal): -3251877 or 5988814. OLE color: 5988814.

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

Color convert

RGB2069791-
CMYK00.530.560.19
HSL3.13º53.99%58.24%-
HSV(B)3.13º55.83%80.78%-
XYZ31.6222.4312.56-
YUV128.91106.61182.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.28%
GREEN value IS 97 (38.28% from 255) = 24.62%
BLUE value IS 91 (35.94% from 255) = 23.10%
R=52.28%
G=24.62%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206979100.530.560.193.1353.9958.24
HexCE615B03538133363a
Octal316141133065702336672
Binary110011101100001101101101101011110001001111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE615B; }

 p { color: rgb(206,97,91); }

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

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

 a { background-color: rgb(206,97,91); }

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

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

 span { border-color: rgb(206,97,91); }

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