#D14944

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

Shades of Valencia #D14944

Tints of Valencia #D14944

Color information

#D14944 (or 0xD14944) is unknown color: approx Valencia. HEX triplet: D1, 49 and 44. RGB value is (209,73,68). Sum of RGB (Red+Green+Blue) = 209+73+68=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D14944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14944 is #2EB6BB. Grayscale: #717171. Windows color (decimal): -3061436 or 4475345. OLE color: 4475345.

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

Color convert

RGB2097368-
CMYK00.650.670.18
HSL2.13º60.52%54.31%-
HSV(B)2.13º67.46%81.96%-
XYZ29.7218.747.52-
YUV113.09102.56196.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 59.71%
GREEN value IS 73 (28.91% from 255) = 20.86%
BLUE value IS 68 (26.95% from 255) = 19.43%
R=59.71%
G=20.86%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209736800.650.670.182.1360.5254.31
HexD14944041431223d36
Octal32111110401011032227566
Binary11010001100100110001000100000110000111001010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14944; }

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

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

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

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

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

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

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

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