#D14F42

Color #D14F42 Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #D14F42

Tints of Dark Coral #D14F42

Color information

#D14F42 (or 0xD14F42) is unknown color: approx 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

RGB2097966-
CMYK00.620.680.18
HSL5.45º60.85%53.92%-
HSV(B)5.45º68.42%81.96%-
XYZ30.0719.547.34-
YUV116.3999.57194.06-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209796600.620.680.185.4560.8553.92
HexD14F4203E441253d36
Octal3211171020761042257566
Binary11010001100111110000100111110100010010010101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>