#D75F45

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

Shades of Dark Coral #D75F45

Tints of Dark Coral #D75F45

Color information

#D75F45 (or 0xD75F45) is unknown color: approx Dark Coral. HEX triplet: D7, 5F and 45. RGB value is (215,95,69). Sum of RGB (Red+Green+Blue) = 215+95+69=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D75F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75F45 is #28A0BA. Grayscale: #808080. Windows color (decimal): -2662587 or 4546519. OLE color: 4546519.

HSL color Cylindrical-coordinate representation of color #D75F45: hue angle of 10.68º 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 #D75F45 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB2159569-
CMYK00.560.680.16
HSL10.68º64.6%55.69%-
HSV(B)10.68º67.91%84.31%-
XYZ33.1923.068.33-
YUV127.9294.76190.11-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 56.73%
GREEN value IS 95 (37.5% from 255) = 25.07%
BLUE value IS 69 (27.34% from 255) = 18.21%
R=56.73%
G=25.07%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215956900.560.680.1610.6864.655.69
HexD75F450384410b4138
Octal327137105070104201310170
Binary1101011110111111000101011100010001001000010111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75F45; }

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

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

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

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

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

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

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

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