#D45540

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

Shades of Dark Coral #D45540

Tints of Dark Coral #D45540

Color information

#D45540 (or 0xD45540) is unknown color: approx Dark Coral. HEX triplet: D4, 55 and 40. RGB value is (212,85,64). Sum of RGB (Red+Green+Blue) = 212+85+64=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D45540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45540 is #2BAABF. Grayscale: #787878. Windows color (decimal): -2861760 or 4216276. OLE color: 4216276.

HSL color Cylindrical-coordinate representation of color #D45540: hue angle of 8.51º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D45540 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB2128564-
CMYK00.600.700.17
HSL8.51º63.25%54.12%-
HSV(B)8.51º69.81%83.14%-
XYZ31.3320.867.23-
YUV120.5896.08193.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 58.73%
GREEN value IS 85 (33.59% from 255) = 23.55%
BLUE value IS 64 (25.39% from 255) = 17.73%
R=58.73%
G=23.55%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212856400.600.700.178.5163.2554.12
HexD4554003C461193f36
Octal32412510007410621117766
Binary110101001010101100000001111001000110100011001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45540; }

 p { color: rgb(212,85,64); }

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

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

 a { background-color: rgb(212,85,64); }

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

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

 span { border-color: rgb(212,85,64); }

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