#D14F41

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

Shades of Dark Coral #D14F41

Tints of Dark Coral #D14F41

Color information

#D14F41 (or 0xD14F41) is unknown color: approx Dark Coral. HEX triplet: D1, 4F and 41. RGB value is (209,79,65). Sum of RGB (Red+Green+Blue) = 209+79+65=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D14F41 is #2EB0BE. Grayscale: #747474. Windows color (decimal): -3059903 or 4280273. OLE color: 4280273.

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

Color convert

RGB2097965-
CMYK00.620.690.18
HSL5.83º61.02%53.73%-
HSV(B)5.83º68.9%81.96%-
XYZ30.0419.537.19-
YUV116.2799.07194.14-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 59.21%
GREEN value IS 79 (31.25% from 255) = 22.38%
BLUE value IS 65 (25.78% from 255) = 18.41%
R=59.21%
G=22.38%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209796500.620.690.185.8361.0253.73
HexD14F4103E451263d36
Octal3211171010761052267566
Binary11010001100111110000010111110100010110010110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14F41; }

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

 H1.HeaderClassName
 {
   color: #D14F41;
 }
 .AnyTagClassName
 {
   color: #D14F41;
 }
</style>
background-color css

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

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

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

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

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

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