#D3544C

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

Shades of Valencia #D3544C

Tints of Valencia #D3544C

Color information

#D3544C (or 0xD3544C) is unknown color: approx Valencia. HEX triplet: D3, 54 and 4C. RGB value is (211,84,76). Sum of RGB (Red+Green+Blue) = 211+84+76=371 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.87% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 211 - color contains mainly: red. Hex color #D3544C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3544C is #2CABB3. Grayscale: #797979. Windows color (decimal): -2927540 or 5002451. OLE color: 5002451.

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

Color convert

RGB2118476-
CMYK00.600.640.17
HSL3.56º60.54%56.27%-
HSV(B)3.56º63.98%82.75%-
XYZ31.3420.719.18-
YUV121.06102.58192.15-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 56.87%
GREEN value IS 84 (33.20% from 255) = 22.64%
BLUE value IS 76 (30.08% from 255) = 20.49%
R=56.87%
G=22.64%
B=20.49%

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
Decimal211847600.600.640.173.5660.5456.27
HexD3544C03C401143d38
Octal3231241140741002147570
Binary11010011101010010011000111100100000010001100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3544C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3544C; }

 p { color: rgb(211,84,76); }

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

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

 a { background-color: rgb(211,84,76); }

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

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

 span { border-color: rgb(211,84,76); }

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