#D1544E

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

Shades of Valencia #D1544E

Tints of Valencia #D1544E

Color information

#D1544E (or 0xD1544E) is unknown color: approx Valencia. HEX triplet: D1, 54 and 4E. RGB value is (209,84,78). Sum of RGB (Red+Green+Blue) = 209+84+78=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1544E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1544E is #2EABB1. Grayscale: #787878. Windows color (decimal): -3058610 or 5133521. OLE color: 5133521.

HSL color Cylindrical-coordinate representation of color #D1544E: hue angle of 2.75º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D1544E is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB2098478-
CMYK00.600.630.18
HSL2.75º58.74%56.27%-
HSV(B)2.75º62.68%81.96%-
XYZ30.8420.459.53-
YUV120.69103.91190.99-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.33%
GREEN value IS 84 (33.20% from 255) = 22.64%
BLUE value IS 78 (30.86% from 255) = 21.02%
R=56.33%
G=22.64%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209847800.600.630.182.7558.7456.27
HexD1544E03C3F1233b38
Octal321124116074772237370
Binary110100011010100100111001111001111111001011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1544E; }

 p { color: rgb(209,84,78); }

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

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

 a { background-color: rgb(209,84,78); }

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

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

 span { border-color: rgb(209,84,78); }

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