Html Css Color HEX #CE5240 Dark Coral

📋 copy color: '#CE5240'

red 206 ◦ green 82 ◦ blue 64

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

Shades of Dark Coral #CE5240

Tints of Dark Coral #CE5240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.3%

 BLUE value IS 64 (25.39% from 255) = 18.18%

R = 58.52%
G = 23.3%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE5240 (or 0xCE5240) is known color: Dark Coral. HEX triplet: CE, 52 and 40. RGB value is (206,82,64). Sum of RGB (Red+Green+Blue) = 206+82+64=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5240 is #31ADBF. Grayscale: #757575. Windows color (decimal): -3255744 or 4215502. OLE color: 4215502.

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

Color convert

RGB 206 82 64 -
CMYK 0 0.60 0.69 0.19
HSL 7.61º 0.59% 0.53% -
HSV(B) 7.61º 0.69% 0.81% -
XYZ 29.4 19.53 7.07 -
YUV 117.02 98.08 191.46 -
System Red Green Blue C M Y K H S L
Decimal 206 82 64 0 0.60 0.69 0.19 7.61 0.59 0.53
Hex CE 52 40 0 3C 45 13 8 3B 35
Octal 316 122 100 0 74 105 23 10 73 65
Binary 11001110 1010010 1000000 0 111100 1000101 10011 1000 111011 110101

Color Harmonies of #CE5240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5240

Black with #CE5240

Text Example


Text Example

White with #CE5240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5240; }

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

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

background-color css

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

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

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

border-color css

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

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

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