#D04C40

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

Shades of Dark Coral #D04C40

Tints of Dark Coral #D04C40

Color information

#D04C40 (or 0xD04C40) is unknown color: approx Dark Coral. HEX triplet: D0, 4C and 40. RGB value is (208,76,64). Sum of RGB (Red+Green+Blue) = 208+76+64=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04C40 is #2FB3BF. Grayscale: #727272. Windows color (decimal): -3126208 or 4213968. OLE color: 4213968.

HSL color Cylindrical-coordinate representation of color #D04C40: hue angle of 5º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04C40 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB2087664-
CMYK00.630.690.18
HSL60.5%53.33%-
HSV(B)69.23%81.57%-
XYZ29.5218.956.95-
YUV114.199.73194.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 59.77%
GREEN value IS 76 (30.08% from 255) = 21.84%
BLUE value IS 64 (25.39% from 255) = 18.39%
R=59.77%
G=21.84%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208766400.630.690.18560.553.33
HexD04C4003F451253d35
Octal3201141000771052257565
Binary11010000100110010000000111111100010110010101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04C40; }

 p { color: rgb(208,76,64); }

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

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

 a { background-color: rgb(208,76,64); }

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

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

 span { border-color: rgb(208,76,64); }

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