Html Css Color HEX #D14D40 Dark Coral

📋 copy color: '#D14D40'

red 209 ◦ green 77 ◦ blue 64

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

Shades of Dark Coral #D14D40

Tints of Dark Coral #D14D40

RGB

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

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

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

R = 59.71%
G = 22%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D14D40 (or 0xD14D40) is known color: Dark Coral. HEX triplet: D1, 4D and 40. RGB value is (209,77,64). Sum of RGB (Red+Green+Blue) = 209+77+64=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D14D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D14D40 is #2EB2BF. Grayscale: #737373. Windows color (decimal): -3060416 or 4214225. OLE color: 4214225.

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

Color convert

RGB 209 77 64 -
CMYK 0 0.63 0.69 0.18
HSL 5.38º 0.61% 0.54% -
HSV(B) 5.38º 0.69% 0.82% -
XYZ 29.87 19.23 6.99 -
YUV 114.99 99.23 195.06 -
System Red Green Blue C M Y K H S L
Decimal 209 77 64 0 0.63 0.69 0.18 5.38 0.61 0.54
Hex D1 4D 40 0 3F 45 12 5 3D 36
Octal 321 115 100 0 77 105 22 5 75 66
Binary 11010001 1001101 1000000 0 111111 1000101 10010 101 111101 110110

Color Harmonies of #D14D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14D40

Black with #D14D40

Text Example


Text Example

White with #D14D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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