#D25E48

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

Shades of Dark Coral #D25E48

Tints of Dark Coral #D25E48

Color information

#D25E48 (or 0xD25E48) is unknown color: approx Dark Coral. HEX triplet: D2, 5E and 48. RGB value is (210,94,72). Sum of RGB (Red+Green+Blue) = 210+94+72=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25E48 is #2DA1B7. Grayscale: #7E7E7E. Windows color (decimal): -2990520 or 4742866. OLE color: 4742866.

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

Color convert

RGB2109472-
CMYK00.550.660.18
HSL9.57º60.53%55.29%-
HSV(B)9.57º65.71%82.35%-
XYZ31.7522.178.74-
YUV126.1897.43187.79-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 55.85%
GREEN value IS 94 (37.11% from 255) = 25%
BLUE value IS 72 (28.52% from 255) = 19.15%
R=55.85%
G=25%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210947200.550.660.189.5760.5355.29
HexD25E480374212a3d37
Octal32213611006710222127567
Binary110100101011110100100001101111000010100101010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25E48; }

 p { color: rgb(210,94,72); }

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

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

 a { background-color: rgb(210,94,72); }

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

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

 span { border-color: rgb(210,94,72); }

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