#D34C3F

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

Shades of Dark Coral #D34C3F

Tints of Dark Coral #D34C3F

Color information

#D34C3F (or 0xD34C3F) is unknown color: approx Dark Coral. HEX triplet: D3, 4C and 3F. RGB value is (211,76,63). Sum of RGB (Red+Green+Blue) = 211+76+63=350 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.29% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 211 - color contains mainly: red. Hex color #D34C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34C3F is #2CB3C0. Grayscale: #737373. Windows color (decimal): -2929601 or 4148435. OLE color: 4148435.

HSL color Cylindrical-coordinate representation of color #D34C3F: hue angle of 5.27º 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 #D34C3F is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB2117663-
CMYK00.640.700.17
HSL5.27º62.71%53.73%-
HSV(B)5.27º70.14%82.75%-
XYZ30.3519.386.84-
YUV114.8898.73196.56-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 60.29%
GREEN value IS 76 (30.08% from 255) = 21.71%
BLUE value IS 63 (25% from 255) = 18%
R=60.29%
G=21.71%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211766300.640.700.175.2762.7153.73
HexD34C3F040461153f36
Octal3231147701001062157766
Binary11010011100110011111101000000100011010001101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34C3F; }

 p { color: rgb(211,76,63); }

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

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

 a { background-color: rgb(211,76,63); }

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

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

 span { border-color: rgb(211,76,63); }

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