#D16041

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

Shades of Dark Coral #D16041

Tints of Dark Coral #D16041

Color information

#D16041 (or 0xD16041) is unknown color: approx Dark Coral. HEX triplet: D1, 60 and 41. RGB value is (209,96,65). Sum of RGB (Red+Green+Blue) = 209+96+65=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D16041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16041 is #2E9FBE. Grayscale: #7E7E7E. Windows color (decimal): -3055551 or 4284625. OLE color: 4284625.

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

Color convert

RGB2099665-
CMYK00.540.690.18
HSL12.92º61.02%53.73%-
HSV(B)12.92º68.9%81.96%-
XYZ31.4322.37.65-
YUV126.2593.44187.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.49%
GREEN value IS 96 (37.89% from 255) = 25.95%
BLUE value IS 65 (25.78% from 255) = 17.57%
R=56.49%
G=25.95%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209966500.540.690.1812.9261.0253.73
HexD160410364512d3d36
Octal32114010106610522157566
Binary110100011100000100000101101101000101100101101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16041; }

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

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

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

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

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

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

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

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