#DF4F45

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

Shades of Valencia #DF4F45

Tints of Valencia #DF4F45

Color information

#DF4F45 (or 0xDF4F45) is unknown color: approx Valencia. HEX triplet: DF, 4F and 45. RGB value is (223,79,69). Sum of RGB (Red+Green+Blue) = 223+79+69=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF4F45 is #20B0BA. Grayscale: #797979. Windows color (decimal): -2142395 or 4542431. OLE color: 4542431.

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

Color convert

RGB2237969-
CMYK00.650.690.13
HSL3.9º70.64%57.25%-
HSV(B)3.9º69.06%87.45%-
XYZ34.321.718.01-
YUV120.9298.71200.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 60.11%
GREEN value IS 79 (31.25% from 255) = 21.29%
BLUE value IS 69 (27.34% from 255) = 18.60%
R=60.11%
G=21.29%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223796900.650.690.133.970.6457.25
HexDF4F4504145D44739
Octal337117105010110515410771
Binary110111111001111100010101000001100010111011001000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4F45; }

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

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

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

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

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

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

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

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