#D0573D

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

Shades of Dark Coral #D0573D

Tints of Dark Coral #D0573D

Color information

#D0573D (or 0xD0573D) is unknown color: approx Dark Coral. HEX triplet: D0, 57 and 3D. RGB value is (208,87,61). Sum of RGB (Red+Green+Blue) = 208+87+61=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D0573D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0573D is #2FA8C2. Grayscale: #787878. Windows color (decimal): -3123395 or 4020176. OLE color: 4020176.

HSL color Cylindrical-coordinate representation of color #D0573D: hue angle of 10.61º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0573D is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB2088761-
CMYK00.580.710.18
HSL10.61º61%52.75%-
HSV(B)10.61º70.67%81.57%-
XYZ30.2620.566.79-
YUV120.2294.59190.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 58.43%
GREEN value IS 87 (34.38% from 255) = 24.44%
BLUE value IS 61 (24.22% from 255) = 17.13%
R=58.43%
G=24.44%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208876100.580.710.1810.616152.75
HexD0573D03A4712b3d35
Octal3201277507210722137565
Binary11010000101011111110101110101000111100101011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0573D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0573D; }

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

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

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

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

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

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

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

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