#D05340

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

Shades of Dark Coral #D05340

Tints of Dark Coral #D05340

Color information

#D05340 (or 0xD05340) is unknown color: approx Dark Coral. HEX triplet: D0, 53 and 40. RGB value is (208,83,64). Sum of RGB (Red+Green+Blue) = 208+83+64=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D05340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05340 is #2FACBF. Grayscale: #767676. Windows color (decimal): -3124416 or 4215760. OLE color: 4215760.

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

Color convert

RGB2088364-
CMYK00.600.690.18
HSL7.92º60.5%53.33%-
HSV(B)7.92º69.23%81.57%-
XYZ30.0319.977.12-
YUV118.2197.41192.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 58.59%
GREEN value IS 83 (32.81% from 255) = 23.38%
BLUE value IS 64 (25.39% from 255) = 18.03%
R=58.59%
G=23.38%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208836400.600.690.187.9260.553.33
HexD0534003C451283d35
Octal32012310007410522107565
Binary110100001010011100000001111001000101100101000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05340; }

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

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

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

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

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

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

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

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