#D56242

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

Shades of Dark Coral #D56242

Tints of Dark Coral #D56242

Color information

#D56242 (or 0xD56242) is unknown color: approx Dark Coral. HEX triplet: D5, 62 and 42. RGB value is (213,98,66). Sum of RGB (Red+Green+Blue) = 213+98+66=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D56242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56242 is #2A9DBD. Grayscale: #808080. Windows color (decimal): -2792894 or 4350677. OLE color: 4350677.

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

Color convert

RGB2139866-
CMYK00.540.690.16
HSL13.06º63.64%54.71%-
HSV(B)13.06º69.01%83.53%-
XYZ32.7923.277.92-
YUV128.7492.6188.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.50%
GREEN value IS 98 (38.67% from 255) = 25.99%
BLUE value IS 66 (26.17% from 255) = 17.51%
R=56.50%
G=25.99%
B=17.51%

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
Decimal213986600.540.690.1613.0663.6454.71
HexD562420364510d4037
Octal325142102066105201510067
Binary1101010111000101000010011011010001011000011011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56242; }

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

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

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

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

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

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

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

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