#D35F4C

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

Shades of Dark Coral #D35F4C

Tints of Dark Coral #D35F4C

Color information

#D35F4C (or 0xD35F4C) is unknown color: approx Dark Coral. HEX triplet: D3, 5F and 4C. RGB value is (211,95,76). Sum of RGB (Red+Green+Blue) = 211+95+76=382 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.24% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 211 - color contains mainly: red. Hex color #D35F4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35F4C is #2CA0B3. Grayscale: #7F7F7F. Windows color (decimal): -2924724 or 5005267. OLE color: 5005267.

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

Color convert

RGB2119576-
CMYK00.550.640.17
HSL8.44º60.54%56.27%-
HSV(B)8.44º63.98%82.75%-
XYZ32.2622.569.49-
YUV127.5298.93187.54-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 55.24%
GREEN value IS 95 (37.5% from 255) = 24.87%
BLUE value IS 76 (30.08% from 255) = 19.90%
R=55.24%
G=24.87%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211957600.550.640.178.4460.5456.27
HexD35F4C037401183d38
Octal32313711406710021107570
Binary110100111011111100110001101111000000100011000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35F4C; }

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

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

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

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

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

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

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

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