#DF5A3C

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

Shades of Chilean Fire #DF5A3C

Tints of Chilean Fire #DF5A3C

Color information

#DF5A3C (or 0xDF5A3C) is unknown color: approx Chilean Fire. HEX triplet: DF, 5A and 3C. RGB value is (223,90,60). Sum of RGB (Red+Green+Blue) = 223+90+60=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5A3C is #20A5C3. Grayscale: #7E7E7E. Windows color (decimal): -2139588 or 3955423. OLE color: 3955423.

HSL color Cylindrical-coordinate representation of color #DF5A3C: hue angle of 11.04º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF5A3C is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB2239060-
CMYK00.600.730.13
HSL11.04º71.81%55.49%-
HSV(B)11.04º73.09%87.45%-
XYZ34.923.336.94-
YUV126.3590.56196.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 59.79%
GREEN value IS 90 (35.55% from 255) = 24.13%
BLUE value IS 60 (23.83% from 255) = 16.09%
R=59.79%
G=24.13%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223906000.600.730.1311.0471.8155.49
HexDF5A3C03C49Db4837
Octal33713274074111151311067
Binary11011111101101011110001111001001001110110111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5A3C; }

 p { color: rgb(223,90,60); }

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

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

 a { background-color: rgb(223,90,60); }

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

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

 span { border-color: rgb(223,90,60); }

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