#D75B45

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

Shades of Dark Coral #D75B45

Tints of Dark Coral #D75B45

Color information

#D75B45 (or 0xD75B45) is unknown color: approx Dark Coral. HEX triplet: D7, 5B and 45. RGB value is (215,91,69). Sum of RGB (Red+Green+Blue) = 215+91+69=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 91 (35.94% from 255 or 24.27% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D75B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75B45 is #28A4BA. Grayscale: #7D7D7D. Windows color (decimal): -2663611 or 4545495. OLE color: 4545495.

HSL color Cylindrical-coordinate representation of color #D75B45: hue angle of 9.04º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D75B45 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB2159169-
CMYK00.580.680.16
HSL9.04º64.6%55.69%-
HSV(B)9.04º67.91%84.31%-
XYZ32.8422.368.22-
YUV125.5796.08191.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 57.33%
GREEN value IS 91 (35.94% from 255) = 24.27%
BLUE value IS 69 (27.34% from 255) = 18.4%
R=57.33%
G=24.27%
B=18.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215916900.580.680.169.0464.655.69
HexD75B4503A441094138
Octal327133105072104201110170
Binary1101011110110111000101011101010001001000010011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75B45; }

 p { color: rgb(215,91,69); }

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

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

 a { background-color: rgb(215,91,69); }

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

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

 span { border-color: rgb(215,91,69); }

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