#df544e

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

Shades of Valencia #DF544E

Tints of Valencia #DF544E

Color information

#DF544E (or 0xDF544E) is unknown color: approx Valencia. HEX triplet: DF, 54 and 4E. RGB value is (223,84,78). Sum of RGB (Red+Green+Blue) = 223+84+78=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF544E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF544E is #20ABB1. Grayscale: #7D7D7D. Windows color (decimal): -2141106 or 5133535. OLE color: 5133535.

HSL color Cylindrical-coordinate representation of color #DF544E: hue angle of 2.48º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF544E is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB2238478-
CMYK00.620.650.13
HSL2.48º69.38%59.02%-
HSV(B)2.48º65.02%87.45%-
XYZ34.9822.589.72-
YUV124.88101.55197.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 57.92%
GREEN value IS 84 (33.20% from 255) = 21.82%
BLUE value IS 78 (30.86% from 255) = 20.26%
R=57.92%
G=21.82%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223847800.620.650.132.4869.3859.02
HexDF544E03E41D2453b
Octal33712411607610115210573
Binary1101111110101001001110011111010000011101101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df544e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df544e; }

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

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

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

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

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

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

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

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