#D14C43

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

Shades of Valencia #D14C43

Tints of Valencia #D14C43

Color information

#D14C43 (or 0xD14C43) is unknown color: approx Valencia. HEX triplet: D1, 4C and 43. RGB value is (209,76,67). Sum of RGB (Red+Green+Blue) = 209+76+67=352 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.38% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14C43 is #2EB3BC. Grayscale: #727272. Windows color (decimal): -3060669 or 4410577. OLE color: 4410577.

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

Color convert

RGB2097667-
CMYK00.640.680.18
HSL3.8º60.68%54.12%-
HSV(B)3.8º67.94%81.96%-
XYZ29.8919.137.43-
YUV114.74101.06195.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 59.38%
GREEN value IS 76 (30.08% from 255) = 21.59%
BLUE value IS 67 (26.56% from 255) = 19.03%
R=59.38%
G=21.59%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209766700.640.680.183.860.6854.12
HexD14C43040441243d36
Octal32111410301001042247566
Binary110100011001100100001101000000100010010010100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14C43; }

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

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

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

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

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

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

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

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