#D14945

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

Shades of Valencia #D14945

Tints of Valencia #D14945

Color information

#D14945 (or 0xD14945) is unknown color: approx Valencia. HEX triplet: D1, 49 and 45. RGB value is (209,73,69). Sum of RGB (Red+Green+Blue) = 209+73+69=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D14945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14945 is #2EB6BA. Grayscale: #717171. Windows color (decimal): -3061435 or 4540881. OLE color: 4540881.

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

Color convert

RGB2097369-
CMYK00.650.670.18
HSL1.71º60.34%54.51%-
HSV(B)1.71º66.99%81.96%-
XYZ29.7518.757.68-
YUV113.21103.06196.33-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 59.54%
GREEN value IS 73 (28.91% from 255) = 20.80%
BLUE value IS 69 (27.34% from 255) = 19.66%
R=59.54%
G=20.80%
B=19.66%

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
Decimal209736900.650.670.181.7160.3454.51
HexD14945041431223c37
Octal32111110501011032227467
Binary11010001100100110001010100000110000111001010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14945; }

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

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

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

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

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

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

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

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