Html Css Color HEX #CE5241 Dark Coral

📋 copy color: '#CE5241'

red 206 ◦ green 82 ◦ blue 65

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

Shades of Dark Coral #CE5241

Tints of Dark Coral #CE5241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.41%

R = 58.36%
G = 23.23%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE5241 (or 0xCE5241) is known color: Dark Coral. HEX triplet: CE, 52 and 41. RGB value is (206,82,65). Sum of RGB (Red+Green+Blue) = 206+82+65=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5241 is #31ADBE. Grayscale: #757575. Windows color (decimal): -3255743 or 4281038. OLE color: 4281038.

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

Color convert

RGB 206 82 65 -
CMYK 0 0.60 0.68 0.19
HSL 7.23º 0.59% 0.53% -
HSV(B) 7.23º 0.68% 0.81% -
XYZ 29.43 19.54 7.22 -
YUV 117.14 98.58 191.38 -
System Red Green Blue C M Y K H S L
Decimal 206 82 65 0 0.60 0.68 0.19 7.23 0.59 0.53
Hex CE 52 41 0 3C 44 13 7 3B 35
Octal 316 122 101 0 74 104 23 7 73 65
Binary 11001110 1010010 1000001 0 111100 1000100 10011 111 111011 110101

Color Harmonies of #CE5241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5241

Black with #CE5241

Text Example


Text Example

White with #CE5241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5241; }

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

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

background-color css

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

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

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

border-color css

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

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

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