#D0523F

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

Shades of Dark Coral #D0523F

Tints of Dark Coral #D0523F

Color information

#D0523F (or 0xD0523F) is unknown color: approx Dark Coral. HEX triplet: D0, 52 and 3F. RGB value is (208,82,63). Sum of RGB (Red+Green+Blue) = 208+82+63=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D0523F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0523F is #2FADC0. Grayscale: #757575. Windows color (decimal): -3124673 or 4149968. OLE color: 4149968.

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

Color convert

RGB2088263-
CMYK00.610.700.18
HSL7.86º60.67%53.14%-
HSV(B)7.86º69.71%81.57%-
XYZ29.9319.86.95-
YUV117.5197.24192.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 58.92%
GREEN value IS 82 (32.42% from 255) = 23.23%
BLUE value IS 63 (25% from 255) = 17.85%
R=58.92%
G=23.23%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208826300.610.700.187.8660.6753.14
HexD0523F03D461283d35
Octal3201227707510622107565
Binary11010000101001011111101111011000110100101000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0523F; }

 p { color: rgb(208,82,63); }

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

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

 a { background-color: rgb(208,82,63); }

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

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

 span { border-color: rgb(208,82,63); }

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