#D14D49

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

Shades of Valencia #D14D49

Tints of Valencia #D14D49

Color information

#D14D49 (or 0xD14D49) is unknown color: approx Valencia. HEX triplet: D1, 4D and 49. RGB value is (209,77,73). Sum of RGB (Red+Green+Blue) = 209+77+73=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D14D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D14D49 is #2EB2B6. Grayscale: #747474. Windows color (decimal): -3060407 or 4804049. OLE color: 4804049.

HSL color Cylindrical-coordinate representation of color #D14D49: hue angle of 1.76º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D14D49 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB2097773-
CMYK00.630.650.18
HSL1.76º59.65%55.29%-
HSV(B)1.76º65.07%81.96%-
XYZ30.1519.348.45-
YUV116.01103.73194.33-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.22%
GREEN value IS 77 (30.47% from 255) = 21.45%
BLUE value IS 73 (28.91% from 255) = 20.33%
R=58.22%
G=21.45%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209777300.630.650.181.7659.6555.29
HexD14D4903F411223c37
Octal3211151110771012227467
Binary1101000110011011001001011111110000011001010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14D49; }

 p { color: rgb(209,77,73); }

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

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

 a { background-color: rgb(209,77,73); }

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

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

 span { border-color: rgb(209,77,73); }

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