#D36045

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

Shades of Dark Coral #D36045

Tints of Dark Coral #D36045

Color information

#D36045 (or 0xD36045) is unknown color: approx Dark Coral. HEX triplet: D3, 60 and 45. RGB value is (211,96,69). Sum of RGB (Red+Green+Blue) = 211+96+69=376 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.12% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 211 - color contains mainly: red. Hex color #D36045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36045 is #2C9FBA. Grayscale: #7F7F7F. Windows color (decimal): -2924475 or 4546771. OLE color: 4546771.

HSL color Cylindrical-coordinate representation of color #D36045: hue angle of 11.41º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D36045 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB2119669-
CMYK00.550.670.17
HSL11.41º61.74%54.9%-
HSV(B)11.41º67.3%82.75%-
XYZ32.1222.648.31-
YUV127.3195.1187.7-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 56.12%
GREEN value IS 96 (37.89% from 255) = 25.53%
BLUE value IS 69 (27.34% from 255) = 18.35%
R=56.12%
G=25.53%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211966900.550.670.1711.4161.7454.9
HexD360450374311b3e37
Octal32314010506710321137667
Binary110100111100000100010101101111000011100011011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36045; }

 p { color: rgb(211,96,69); }

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

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

 a { background-color: rgb(211,96,69); }

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

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

 span { border-color: rgb(211,96,69); }

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