#D14F43

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

Shades of Valencia #D14F43

Tints of Valencia #D14F43

Color information

#D14F43 (or 0xD14F43) is unknown color: approx Valencia. HEX triplet: D1, 4F and 43. RGB value is (209,79,67). Sum of RGB (Red+Green+Blue) = 209+79+67=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D14F43 is #2EB0BC. Grayscale: #747474. Windows color (decimal): -3059901 or 4411345. OLE color: 4411345.

HSL color Cylindrical-coordinate representation of color #D14F43: hue angle of 5.07º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D14F43 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB2097967-
CMYK00.620.680.18
HSL5.07º60.68%54.12%-
HSV(B)5.07º67.94%81.96%-
XYZ30.119.557.5-
YUV116.5100.07193.98-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.87%
GREEN value IS 79 (31.25% from 255) = 22.25%
BLUE value IS 67 (26.56% from 255) = 18.87%
R=58.87%
G=22.25%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209796700.620.680.185.0760.6854.12
HexD14F4303E441253d36
Octal3211171030761042257566
Binary11010001100111110000110111110100010010010101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14F43; }

 p { color: rgb(209,79,67); }

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

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

 a { background-color: rgb(209,79,67); }

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

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

 span { border-color: rgb(209,79,67); }

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