Html Css Color HEX #D14E3D Dark Coral

📋 copy color: '#D14E3D'

red 209 ◦ green 78 ◦ blue 61

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

Shades of Dark Coral #D14E3D

Tints of Dark Coral #D14E3D

RGB

 RED value IS 209 (82.03% from 255) = 60.06%

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

 BLUE value IS 61 (24.22% from 255) = 17.53%

R = 60.06%
G = 22.41%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D14E3D (or 0xD14E3D) is known color: Dark Coral. HEX triplet: D1, 4E and 3D. RGB value is (209,78,61). Sum of RGB (Red+Green+Blue) = 209+78+61=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D14E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D14E3D is #2EB1C2. Grayscale: #737373. Windows color (decimal): -3060163 or 4017873. OLE color: 4017873.

HSL color Cylindrical-coordinate representation of color #D14E3D: hue angle of 6.89º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D14E3D is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 78 61 -
CMYK 0 0.63 0.71 0.18
HSL 6.89º 0.62% 0.53% -
HSV(B) 6.89º 0.71% 0.82% -
XYZ 29.86 19.34 6.57 -
YUV 115.23 97.4 194.88 -
System Red Green Blue C M Y K H S L
Decimal 209 78 61 0 0.63 0.71 0.18 6.89 0.62 0.53
Hex D1 4E 3D 0 3F 47 12 7 3E 35
Octal 321 116 75 0 77 107 22 7 76 65
Binary 11010001 1001110 111101 0 111111 1000111 10010 111 111110 110101

Color Harmonies of #D14E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14E3D

Black with #D14E3D

Text Example


Text Example

White with #D14E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14E3D; }

 p { color: rgb(209,78,61); }

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

background-color css

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

 a { background-color: rgb(209,78,61); }

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

border-color css

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

 span { border-color: rgb(209,78,61); }

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