#D04B40

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

Shades of Dark Coral #D04B40

Tints of Dark Coral #D04B40

Color information

#D04B40 (or 0xD04B40) is unknown color: approx Dark Coral. HEX triplet: D0, 4B and 40. RGB value is (208,75,64). Sum of RGB (Red+Green+Blue) = 208+75+64=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D04B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04B40 is #2FB4BF. Grayscale: #717171. Windows color (decimal): -3126464 or 4213712. OLE color: 4213712.

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

Color convert

RGB2087564-
CMYK00.640.690.18
HSL4.58º60.5%53.33%-
HSV(B)4.58º69.23%81.57%-
XYZ29.4518.816.93-
YUV113.51100.06195.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 59.94%
GREEN value IS 75 (29.69% from 255) = 21.61%
BLUE value IS 64 (25.39% from 255) = 18.44%
R=59.94%
G=21.61%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208756400.640.690.184.5860.553.33
HexD04B40040451253d35
Octal32011310001001052257565
Binary110100001001011100000001000000100010110010101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04B40; }

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

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

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

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

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

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

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

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