#DF5048

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

Shades of Valencia #DF5048

Tints of Valencia #DF5048

Color information

#DF5048 (or 0xDF5048) is unknown color: approx Valencia. HEX triplet: DF, 50 and 48. RGB value is (223,80,72). Sum of RGB (Red+Green+Blue) = 223+80+72=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5048 is #20AFB7. Grayscale: #7A7A7A. Windows color (decimal): -2142136 or 4739295. OLE color: 4739295.

HSL color Cylindrical-coordinate representation of color #DF5048: hue angle of 3.18º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF5048 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB2238072-
CMYK00.640.680.13
HSL3.18º70.23%57.84%-
HSV(B)3.18º67.71%87.45%-
XYZ34.4721.898.54-
YUV121.8499.88200.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 59.47%
GREEN value IS 80 (31.64% from 255) = 21.33%
BLUE value IS 72 (28.52% from 255) = 19.2%
R=59.47%
G=21.33%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223807200.640.680.133.1870.2357.84
HexDF504804044D3463a
Octal337120110010010415310672
Binary11011111101000010010000100000010001001101111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5048; }

 p { color: rgb(223,80,72); }

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

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

 a { background-color: rgb(223,80,72); }

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

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

 span { border-color: rgb(223,80,72); }

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