#D1523F

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

Shades of Dark Coral #D1523F

Tints of Dark Coral #D1523F

Color information

#D1523F (or 0xD1523F) is unknown color: approx Dark Coral. HEX triplet: D1, 52 and 3F. RGB value is (209,82,63). Sum of RGB (Red+Green+Blue) = 209+82+63=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D1523F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1523F is #2EADC0. Grayscale: #767676. Windows color (decimal): -3059137 or 4149969. OLE color: 4149969.

HSL color Cylindrical-coordinate representation of color #D1523F: hue angle of 7.81º 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 #D1523F is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB2098263-
CMYK00.610.700.18
HSL7.81º61.34%53.33%-
HSV(B)7.81º69.86%81.96%-
XYZ30.2119.956.96-
YUV117.8197.08193.04-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 59.04%
GREEN value IS 82 (32.42% from 255) = 23.16%
BLUE value IS 63 (25% from 255) = 17.80%
R=59.04%
G=23.16%
B=17.80%

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
Decimal209826300.610.700.187.8161.3453.33
HexD1523F03D461283d35
Octal3211227707510622107565
Binary11010001101001011111101111011000110100101000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1523F; }

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

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

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

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

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

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

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

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