Html Css Color HEX #CE4E42 Dark Coral

📋 copy color: '#CE4E42'

red 206 ◦ green 78 ◦ blue 66

#CE4E42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Coral #CE4E42

Tints of Dark Coral #CE4E42

RGB

 RED value IS 206 (80.86% from 255) = 58.86%

 GREEN value IS 78 (30.86% from 255) = 22.29%

 BLUE value IS 66 (26.17% from 255) = 18.86%

R = 58.86%
G = 22.29%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE4E42 (or 0xCE4E42) is known color: Dark Coral. HEX triplet: CE, 4E and 42. RGB value is (206,78,66). Sum of RGB (Red+Green+Blue) = 206+78+66=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4E42 is #31B1BD. Grayscale: #737373. Windows color (decimal): -3256766 or 4345550. OLE color: 4345550.

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

Color convert

RGB 206 78 66 -
CMYK 0 0.62 0.68 0.19
HSL 5.14º 0.59% 0.53% -
HSV(B) 5.14º 0.68% 0.81% -
XYZ 29.16 18.96 7.28 -
YUV 114.9 100.41 192.98 -
System Red Green Blue C M Y K H S L
Decimal 206 78 66 0 0.62 0.68 0.19 5.14 0.59 0.53
Hex CE 4E 42 0 3E 44 13 5 3B 35
Octal 316 116 102 0 76 104 23 5 73 65
Binary 11001110 1001110 1000010 0 111110 1000100 10011 101 111011 110101

Color Harmonies of #CE4E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4E42

Black with #CE4E42

Text Example


Text Example

White with #CE4E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4E42; }

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

 H1.HeaderClassName
 {
   color: #CE4E42;
 }
 .AnyTagClassName
 {
   color: #CE4E42;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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