#D34D43

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

Shades of Valencia #D34D43

Tints of Valencia #D34D43

Color information

#D34D43 (or 0xD34D43) is unknown color: approx Valencia. HEX triplet: D3, 4D and 43. RGB value is (211,77,67). Sum of RGB (Red+Green+Blue) = 211+77+67=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D34D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D34D43 is #2CB2BC. Grayscale: #747474. Windows color (decimal): -2929341 or 4410835. OLE color: 4410835.

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

Color convert

RGB2117767-
CMYK00.640.680.17
HSL4.17º62.07%54.51%-
HSV(B)4.17º68.25%82.75%-
XYZ30.5319.567.48-
YUV115.93100.39195.81-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 59.44%
GREEN value IS 77 (30.47% from 255) = 21.69%
BLUE value IS 67 (26.56% from 255) = 18.87%
R=59.44%
G=21.69%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.68
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211776700.640.680.174.1762.0754.51
HexD34D43040441143e37
Octal32311510301001042147667
Binary110100111001101100001101000000100010010001100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34D43; }

 p { color: rgb(211,77,67); }

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

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

 a { background-color: rgb(211,77,67); }

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

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

 span { border-color: rgb(211,77,67); }

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