#D56142

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

Shades of Dark Coral #D56142

Tints of Dark Coral #D56142

Color information

#D56142 (or 0xD56142) is unknown color: approx Dark Coral. HEX triplet: D5, 61 and 42. RGB value is (213,97,66). Sum of RGB (Red+Green+Blue) = 213+97+66=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D56142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56142 is #2A9EBD. Grayscale: #808080. Windows color (decimal): -2793150 or 4350421. OLE color: 4350421.

HSL color Cylindrical-coordinate representation of color #D56142: hue angle of 12.65º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D56142 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB2139766-
CMYK00.540.690.16
HSL12.65º63.64%54.71%-
HSV(B)12.65º69.01%83.53%-
XYZ32.723.097.89-
YUV128.1592.93188.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.65%
GREEN value IS 97 (38.28% from 255) = 25.80%
BLUE value IS 66 (26.17% from 255) = 17.55%
R=56.65%
G=25.80%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213976600.540.690.1612.6563.6454.71
HexD561420364510d4037
Octal325141102066105201510067
Binary1101010111000011000010011011010001011000011011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56142; }

 p { color: rgb(213,97,66); }

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

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

 a { background-color: rgb(213,97,66); }

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

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

 span { border-color: rgb(213,97,66); }

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