#D45C3E

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

Shades of Dark Coral #D45C3E

Tints of Dark Coral #D45C3E

Color information

#D45C3E (or 0xD45C3E) is unknown color: approx Dark Coral. HEX triplet: D4, 5C and 3E. RGB value is (212,92,62). Sum of RGB (Red+Green+Blue) = 212+92+62=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D45C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45C3E is #2BA3C1. Grayscale: #7C7C7C. Windows color (decimal): -2859970 or 4086996. OLE color: 4086996.

HSL color Cylindrical-coordinate representation of color #D45C3E: hue angle of 12º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D45C3E is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB2129262-
CMYK00.570.710.17
HSL12º63.56%53.73%-
HSV(B)12º70.75%83.14%-
XYZ31.85227.13-
YUV124.4692.76190.44-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 57.92%
GREEN value IS 92 (36.33% from 255) = 25.14%
BLUE value IS 62 (24.61% from 255) = 16.94%
R=57.92%
G=25.14%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212926200.570.710.171263.5653.73
HexD45C3E0394711c4036
Octal32413476071107211410066
Binary110101001011100111110011100110001111000111001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45C3E; }

 p { color: rgb(212,92,62); }

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

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

 a { background-color: rgb(212,92,62); }

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

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

 span { border-color: rgb(212,92,62); }

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