Html Css Color HEX #D14F42 Dark Coral

📋 copy color: '#D14F42'

red 209 ◦ green 79 ◦ blue 66

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

Shades of Dark Coral #D14F42

Tints of Dark Coral #D14F42

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.32%

 BLUE value IS 66 (26.17% from 255) = 18.64%

R = 59.04%
G = 22.32%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D14F42 (or 0xD14F42) is known color: Dark Coral. HEX triplet: D1, 4F and 42. RGB value is (209,79,66). Sum of RGB (Red+Green+Blue) = 209+79+66=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D14F42 is #2EB0BD. Grayscale: #747474. Windows color (decimal): -3059902 or 4345809. OLE color: 4345809.

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

Color convert

RGB 209 79 66 -
CMYK 0 0.62 0.68 0.18
HSL 5.45º 0.61% 0.54% -
HSV(B) 5.45º 0.68% 0.82% -
XYZ 30.07 19.54 7.34 -
YUV 116.39 99.57 194.06 -
System Red Green Blue C M Y K H S L
Decimal 209 79 66 0 0.62 0.68 0.18 5.45 0.61 0.54
Hex D1 4F 42 0 3E 44 12 5 3D 36
Octal 321 117 102 0 76 104 22 5 75 66
Binary 11010001 1001111 1000010 0 111110 1000100 10010 101 111101 110110

Color Harmonies of #D14F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14F42

Black with #D14F42

Text Example


Text Example

White with #D14F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14F42; }

 p { color: rgb(209,79,66); }

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

background-color css

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

 a { background-color: rgb(209,79,66); }

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

border-color css

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

 span { border-color: rgb(209,79,66); }

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