Html Css Color HEX #D14D3D Dark Coral

📋 copy color: '#D14D3D'

red 209 ◦ green 77 ◦ blue 61

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

Shades of Dark Coral #D14D3D

Tints of Dark Coral #D14D3D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.19%

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

R = 60.23%
G = 22.19%
B = 17.58%

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

#D14D3D (or 0xD14D3D) is known color: Dark Coral. HEX triplet: D1, 4D and 3D. RGB value is (209,77,61). Sum of RGB (Red+Green+Blue) = 209+77+61=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D14D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D14D3D is #2EB2C2. Grayscale: #727272. Windows color (decimal): -3060419 or 4017617. OLE color: 4017617.

HSL color Cylindrical-coordinate representation of color #D14D3D: hue angle of 6.49º 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 #D14D3D is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 77 61 -
CMYK 0 0.63 0.71 0.18
HSL 6.49º 0.62% 0.53% -
HSV(B) 6.49º 0.71% 0.82% -
XYZ 29.79 19.2 6.55 -
YUV 114.64 97.73 195.3 -
System Red Green Blue C M Y K H S L
Decimal 209 77 61 0 0.63 0.71 0.18 6.49 0.62 0.53
Hex D1 4D 3D 0 3F 47 12 6 3E 35
Octal 321 115 75 0 77 107 22 6 76 65
Binary 11010001 1001101 111101 0 111111 1000111 10010 110 111110 110101

Color Harmonies of #D14D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14D3D

Black with #D14D3D

Text Example


Text Example

White with #D14D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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