#D25A47

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

Shades of Dark Coral #D25A47

Tints of Dark Coral #D25A47

Color information

#D25A47 (or 0xD25A47) is unknown color: approx Dark Coral. HEX triplet: D2, 5A and 47. RGB value is (210,90,71). Sum of RGB (Red+Green+Blue) = 210+90+71=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25A47 is #2DA5B8. Grayscale: #7B7B7B. Windows color (decimal): -2991545 or 4676306. OLE color: 4676306.

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

Color convert

RGB2109071-
CMYK00.570.660.18
HSL8.2º60.7%55.1%-
HSV(B)8.2º66.19%82.35%-
XYZ31.3721.478.45-
YUV123.7198.26189.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 56.60%
GREEN value IS 90 (35.55% from 255) = 24.26%
BLUE value IS 71 (28.12% from 255) = 19.14%
R=56.60%
G=24.26%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210907100.570.660.188.260.755.1
HexD25A47039421283d37
Octal32213210707110222107567
Binary110100101011010100011101110011000010100101000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25A47; }

 p { color: rgb(210,90,71); }

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

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

 a { background-color: rgb(210,90,71); }

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

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

 span { border-color: rgb(210,90,71); }

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