#DF4F42

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

Shades of Valencia #DF4F42

Tints of Valencia #DF4F42

Color information

#DF4F42 (or 0xDF4F42) is unknown color: approx Valencia. HEX triplet: DF, 4F and 42. RGB value is (223,79,66). Sum of RGB (Red+Green+Blue) = 223+79+66=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF4F42 is #20B0BD. Grayscale: #787878. Windows color (decimal): -2142398 or 4345823. OLE color: 4345823.

HSL color Cylindrical-coordinate representation of color #DF4F42: hue angle of 4.97º 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 #DF4F42 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB2237966-
CMYK00.650.700.13
HSL4.97º71.04%56.67%-
HSV(B)4.97º70.4%87.45%-
XYZ34.2121.677.53-
YUV120.5797.21201.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 60.60%
GREEN value IS 79 (31.25% from 255) = 21.47%
BLUE value IS 66 (26.17% from 255) = 17.93%
R=60.60%
G=21.47%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223796600.650.700.134.9771.0456.67
HexDF4F4204146D54739
Octal337117102010110615510771
Binary110111111001111100001001000001100011011011011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4F42; }

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

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

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

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

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

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

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

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