#D14645

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

Shades of Valencia #D14645

Tints of Valencia #D14645

Color information

#D14645 (or 0xD14645) is unknown color: approx Valencia. HEX triplet: D1, 46 and 45. RGB value is (209,70,69). Sum of RGB (Red+Green+Blue) = 209+70+69=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D14645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14645 is #2EB9BA. Grayscale: #6F6F6F. Windows color (decimal): -3062203 or 4540113. OLE color: 4540113.

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

Color convert

RGB2097069-
CMYK00.670.670.18
HSL0.43º60.34%54.51%-
HSV(B)0.43º66.99%81.96%-
XYZ29.5618.377.62-
YUV111.45104.05197.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 60.06%
GREEN value IS 70 (27.73% from 255) = 20.11%
BLUE value IS 69 (27.34% from 255) = 19.83%
R=60.06%
G=20.11%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209706900.670.670.180.4360.3454.51
HexD14645043431203c37
Octal32110610501031032207467
Binary1101000110001101000101010000111000011100100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14645; }

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

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

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

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

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

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

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

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