#d34c4e

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

Shades of Mandy #D34C4E

Tints of Mandy #D34C4E

Color information

#D34C4E (or 0xD34C4E) is unknown color: approx Mandy. HEX triplet: D3, 4C and 4E. RGB value is (211,76,78). Sum of RGB (Red+Green+Blue) = 211+76+78=365 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.81% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 211 - color contains mainly: red. Hex color #D34C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34C4E is #2CB3B1. Grayscale: #747474. Windows color (decimal): -2929586 or 5131475. OLE color: 5131475.

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

Color convert

RGB2117678-
CMYK00.640.630.17
HSL359.11º60.54%56.27%-
HSV(B)359.11º63.98%82.75%-
XYZ30.8219.579.36-
YUV116.59106.23195.34-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 57.81%
GREEN value IS 76 (30.08% from 255) = 20.82%
BLUE value IS 78 (30.86% from 255) = 21.37%
R=57.81%
G=20.82%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211767800.640.630.17359.1160.5456.27
HexD34C4E0403F111673d38
Octal323114116010077215477570
Binary11010011100110010011100100000011111110001101100111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d34c4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d34c4e; }

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

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

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

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

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

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

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

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