#D4544D

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

Shades of Valencia #D4544D

Tints of Valencia #D4544D

Color information

#D4544D (or 0xD4544D) is unknown color: approx Valencia. HEX triplet: D4, 54 and 4D. RGB value is (212,84,77). Sum of RGB (Red+Green+Blue) = 212+84+77=373 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.84% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 212 - color contains mainly: red. Hex color #D4544D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4544D is #2BABB2. Grayscale: #797979. Windows color (decimal): -2862003 or 5067988. OLE color: 5067988.

HSL color Cylindrical-coordinate representation of color #D4544D: hue angle of 3.11º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D4544D is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB2128477-
CMYK00.600.640.17
HSL3.11º61.09%56.67%-
HSV(B)3.11º63.68%83.14%-
XYZ31.6620.879.38-
YUV121.47102.91192.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 56.84%
GREEN value IS 84 (33.20% from 255) = 22.52%
BLUE value IS 77 (30.47% from 255) = 20.64%
R=56.84%
G=22.52%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212847700.600.640.173.1161.0956.67
HexD4544D03C401133d39
Octal3241241150741002137571
Binary1101010010101001001101011110010000001000111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4544D; }

 p { color: rgb(212,84,77); }

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

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

 a { background-color: rgb(212,84,77); }

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

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

 span { border-color: rgb(212,84,77); }

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