#D95340

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

Shades of Dark Coral #D95340

Tints of Dark Coral #D95340

Color information

#D95340 (or 0xD95340) is unknown color: approx Dark Coral. HEX triplet: D9, 53 and 40. RGB value is (217,83,64). Sum of RGB (Red+Green+Blue) = 217+83+64=364 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.62% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 217 - color contains mainly: red. Hex color #D95340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95340 is #26ACBF. Grayscale: #797979. Windows color (decimal): -2534592 or 4215769. OLE color: 4215769.

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

Color convert

RGB2178364-
CMYK00.620.710.15
HSL7.45º66.81%55.1%-
HSV(B)7.45º70.51%85.1%-
XYZ32.6321.317.24-
YUV120.995.89196.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 59.62%
GREEN value IS 83 (32.81% from 255) = 22.80%
BLUE value IS 64 (25.39% from 255) = 17.58%
R=59.62%
G=22.80%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217836400.620.710.157.4566.8155.1
HexD9534003E47F74337
Octal33112310007610717710367
Binary11011001101001110000000111110100011111111111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95340; }

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

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

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

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

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

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

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

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