#D95E40

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

Shades of Dark Coral #D95E40

Tints of Dark Coral #D95E40

Color information

#D95E40 (or 0xD95E40) is unknown color: approx Dark Coral. HEX triplet: D9, 5E and 40. RGB value is (217,94,64). Sum of RGB (Red+Green+Blue) = 217+94+64=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D95E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95E40 is #26A1BF. Grayscale: #7F7F7F. Windows color (decimal): -2531776 or 4218585. OLE color: 4218585.

HSL color Cylindrical-coordinate representation of color #D95E40: hue angle of 11.76º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D95E40 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB2179464-
CMYK00.570.710.15
HSL11.76º66.81%55.1%-
HSV(B)11.76º70.51%85.1%-
XYZ33.5423.137.55-
YUV127.3692.25191.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.87%
GREEN value IS 94 (37.11% from 255) = 25.07%
BLUE value IS 64 (25.39% from 255) = 17.07%
R=57.87%
G=25.07%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217946400.570.710.1511.7666.8155.1
HexD95E4003947Fc4337
Octal331136100071107171410367
Binary110110011011110100000001110011000111111111001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95E40; }

 p { color: rgb(217,94,64); }

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

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

 a { background-color: rgb(217,94,64); }

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

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

 span { border-color: rgb(217,94,64); }

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