#D14E48

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

Shades of Valencia #D14E48

Tints of Valencia #D14E48

Color information

#D14E48 (or 0xD14E48) is unknown color: approx Valencia. HEX triplet: D1, 4E and 48. RGB value is (209,78,72). Sum of RGB (Red+Green+Blue) = 209+78+72=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D14E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D14E48 is #2EB1B7. Grayscale: #747474. Windows color (decimal): -3060152 or 4738769. OLE color: 4738769.

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

Color convert

RGB2097872-
CMYK00.630.660.18
HSL2.63º59.83%55.1%-
HSV(B)2.63º65.55%81.96%-
XYZ30.1919.478.3-
YUV116.48102.9193.99-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.22%
GREEN value IS 78 (30.86% from 255) = 21.73%
BLUE value IS 72 (28.52% from 255) = 20.06%
R=58.22%
G=21.73%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209787200.630.660.182.6359.8355.1
HexD14E4803F421233c37
Octal3211161100771022237467
Binary1101000110011101001000011111110000101001011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14E48; }

 p { color: rgb(209,78,72); }

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

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

 a { background-color: rgb(209,78,72); }

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

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

 span { border-color: rgb(209,78,72); }

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