#CE4E40

Color #CE4E40 Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #CE4E40

Tints of Dark Coral #CE4E40

Color information

#CE4E40 (or 0xCE4E40) is unknown color: approx Dark Coral. HEX triplet: CE, 4E and 40. RGB value is (206,78,64). Sum of RGB (Red+Green+Blue) = 206+78+64=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4E40 is #31B1BF. Grayscale: #727272. Windows color (decimal): -3256768 or 4214478. OLE color: 4214478.

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

Color convert

RGB2067864-
CMYK00.620.690.19
HSL5.92º59.17%52.94%-
HSV(B)5.92º68.93%80.78%-
XYZ29.118.946.97-
YUV114.6899.41193.14-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 59.20%
GREEN value IS 78 (30.86% from 255) = 22.41%
BLUE value IS 64 (25.39% from 255) = 18.39%
R=59.20%
G=22.41%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206786400.620.690.195.9259.1752.94
HexCE4E4003E451363b35
Octal3161161000761052367365
Binary11001110100111010000000111110100010110011110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4E40; }

 p { color: rgb(206,78,64); }

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

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

 a { background-color: rgb(206,78,64); }

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

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

 span { border-color: rgb(206,78,64); }

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