Html Css Color HEX #CE614B Dark Coral

📋 copy color: '#CE614B'

red 206 ◦ green 97 ◦ blue 75

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

Shades of Dark Coral #CE614B

Tints of Dark Coral #CE614B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.66%

 BLUE value IS 75 (29.69% from 255) = 19.84%

R = 54.5%
G = 25.66%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE614B (or 0xCE614B) is known color: Dark Coral. HEX triplet: CE, 61 and 4B. RGB value is (206,97,75). Sum of RGB (Red+Green+Blue) = 206+97+75=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE614B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE614B is #319EB4. Grayscale: #7F7F7F. Windows color (decimal): -3251893 or 4940238. OLE color: 4940238.

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

Color convert

RGB 206 97 75 -
CMYK 0 0.53 0.64 0.19
HSL 10.08º 0.57% 0.55% -
HSV(B) 10.08º 0.64% 0.81% -
XYZ 31 22.18 9.3 -
YUV 127.08 98.61 184.29 -
System Red Green Blue C M Y K H S L
Decimal 206 97 75 0 0.53 0.64 0.19 10.08 0.57 0.55
Hex CE 61 4B 0 35 40 13 A 39 37
Octal 316 141 113 0 65 100 23 12 71 67
Binary 11001110 1100001 1001011 0 110101 1000000 10011 1010 111001 110111

Color Harmonies of #CE614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE614B

Black with #CE614B

Text Example


Text Example

White with #CE614B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE614B; }

 p { color: rgb(206,97,75); }

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

background-color css

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

 a { background-color: rgb(206,97,75); }

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

border-color css

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

 span { border-color: rgb(206,97,75); }

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