#CE615D

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

Shades of Indian Red #CE615D

Tints of Indian Red #CE615D

Color information

#CE615D (or 0xCE615D) is unknown color: approx Indian Red. HEX triplet: CE, 61 and 5D. RGB value is (206,97,93). Sum of RGB (Red+Green+Blue) = 206+97+93=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE615D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE615D is #319EA2. Grayscale: #818181. Windows color (decimal): -3251875 or 6119886. OLE color: 6119886.

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

Color convert

RGB2069793-
CMYK00.530.550.19
HSL2.12º53.55%58.63%-
HSV(B)2.12º54.85%80.78%-
XYZ31.722.4613.02-
YUV129.14107.61182.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.02%
GREEN value IS 97 (38.28% from 255) = 24.49%
BLUE value IS 93 (36.72% from 255) = 23.48%
R=52.02%
G=24.49%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206979300.530.550.192.1253.5558.63
HexCE615D03537132363b
Octal316141135065672326673
Binary110011101100001101110101101011101111001110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE615D; }

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

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

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

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

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

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

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

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