#D5573D

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

Shades of Dark Coral #D5573D

Tints of Dark Coral #D5573D

Color information

#D5573D (or 0xD5573D) is unknown color: approx Dark Coral. HEX triplet: D5, 57 and 3D. RGB value is (213,87,61). Sum of RGB (Red+Green+Blue) = 213+87+61=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D5573D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5573D is #2AA8C2. Grayscale: #797979. Windows color (decimal): -2795715 or 4020181. OLE color: 4020181.

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

Color convert

RGB2138761-
CMYK00.590.710.16
HSL10.26º64.41%53.73%-
HSV(B)10.26º71.36%83.53%-
XYZ31.6921.36.86-
YUV121.7193.74193.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.00%
GREEN value IS 87 (34.38% from 255) = 24.10%
BLUE value IS 61 (24.22% from 255) = 16.90%
R=59.00%
G=24.10%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213876100.590.710.1610.2664.4153.73
HexD5573D03B4710a4036
Octal32512775073107201210066
Binary110101011010111111101011101110001111000010101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5573D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5573D; }

 p { color: rgb(213,87,61); }

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

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

 a { background-color: rgb(213,87,61); }

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

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

 span { border-color: rgb(213,87,61); }

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