#CE625D

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

Shades of Indian Red #CE625D

Tints of Indian Red #CE625D

Color information

#CE625D (or 0xCE625D) is unknown color: approx Indian Red. HEX triplet: CE, 62 and 5D. RGB value is (206,98,93). Sum of RGB (Red+Green+Blue) = 206+98+93=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE625D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE625D is #319DA2. Grayscale: #818181. Windows color (decimal): -3251619 or 6120142. OLE color: 6120142.

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

Color convert

RGB2069893-
CMYK00.520.550.19
HSL2.65º53.55%58.63%-
HSV(B)2.65º54.85%80.78%-
XYZ31.822.6513.05-
YUV129.72107.28182.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.89%
GREEN value IS 98 (38.67% from 255) = 24.69%
BLUE value IS 93 (36.72% from 255) = 23.43%
R=51.89%
G=24.69%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206989300.520.550.192.6553.5558.63
HexCE625D03437133363b
Octal316142135064672336673
Binary110011101100010101110101101001101111001111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE625D; }

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

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

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

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

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

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

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

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