#D5544E

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

Shades of Valencia #D5544E

Tints of Valencia #D5544E

Color information

#D5544E (or 0xD5544E) is unknown color: approx Valencia. HEX triplet: D5, 54 and 4E. RGB value is (213,84,78). Sum of RGB (Red+Green+Blue) = 213+84+78=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D5544E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5544E is #2AABB1. Grayscale: #7A7A7A. Windows color (decimal): -2796466 or 5133525. OLE color: 5133525.

HSL color Cylindrical-coordinate representation of color #D5544E: hue angle of 2.67º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5544E is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB2138478-
CMYK00.610.630.16
HSL2.67º61.64%57.06%-
HSV(B)2.67º63.38%83.53%-
XYZ31.9921.049.58-
YUV121.89103.24192.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.8%
GREEN value IS 84 (33.20% from 255) = 22.4%
BLUE value IS 78 (30.86% from 255) = 20.8%
R=56.8%
G=22.4%
B=20.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213847800.610.630.162.6761.6457.06
HexD5544E03D3F1033e39
Octal325124116075772037671
Binary110101011010100100111001111011111111000011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5544E; }

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

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

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

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

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

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

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

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