#DF5042

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

Shades of Valencia #DF5042

Tints of Valencia #DF5042

Color information

#DF5042 (or 0xDF5042) is unknown color: approx Valencia. HEX triplet: DF, 50 and 42. RGB value is (223,80,66). Sum of RGB (Red+Green+Blue) = 223+80+66=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5042 is #20AFBD. Grayscale: #797979. Windows color (decimal): -2142142 or 4346079. OLE color: 4346079.

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

Color convert

RGB2238066-
CMYK00.640.700.13
HSL5.35º71.04%56.67%-
HSV(B)5.35º70.4%87.45%-
XYZ34.2821.827.56-
YUV121.1696.88200.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 60.43%
GREEN value IS 80 (31.64% from 255) = 21.68%
BLUE value IS 66 (26.17% from 255) = 17.89%
R=60.43%
G=21.68%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223806600.640.700.135.3571.0456.67
HexDF504204046D54739
Octal337120102010010615510771
Binary110111111010000100001001000000100011011011011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5042; }

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

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

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

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

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

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

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

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