#df5245

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

Shades of Valencia #DF5245

Tints of Valencia #DF5245

Color information

#DF5245 (or 0xDF5245) is unknown color: approx Valencia. HEX triplet: DF, 52 and 45. RGB value is (223,82,69). Sum of RGB (Red+Green+Blue) = 223+82+69=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5245 is #20ADBA. Grayscale: #7A7A7A. Windows color (decimal): -2141627 or 4543199. OLE color: 4543199.

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

Color convert

RGB2238269-
CMYK00.630.690.13
HSL5.06º70.64%57.25%-
HSV(B)5.06º69.06%87.45%-
XYZ34.5222.158.09-
YUV122.6897.71199.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 59.63%
GREEN value IS 82 (32.42% from 255) = 21.93%
BLUE value IS 69 (27.34% from 255) = 18.45%
R=59.63%
G=21.93%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223826900.630.690.135.0670.6457.25
HexDF524503F45D54739
Octal33712210507710515510771
Binary11011111101001010001010111111100010111011011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df5245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df5245; }

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

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

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

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

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

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

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

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