#DF5B39

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

Shades of Chilean Fire #DF5B39

Tints of Chilean Fire #DF5B39

Color information

#DF5B39 (or 0xDF5B39) is unknown color: approx Chilean Fire. HEX triplet: DF, 5B and 39. RGB value is (223,91,57). Sum of RGB (Red+Green+Blue) = 223+91+57=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 57 (22.66% from 255 or 15.36% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5B39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5B39 is #20A4C6. Grayscale: #7E7E7E. Windows color (decimal): -2139335 or 3759071. OLE color: 3759071.

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

Color convert

RGB2239157-
CMYK00.590.740.13
HSL12.29º72.17%54.9%-
HSV(B)12.29º74.44%87.45%-
XYZ34.9123.476.56-
YUV126.5988.73196.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 60.11%
GREEN value IS 91 (35.94% from 255) = 24.53%
BLUE value IS 57 (22.66% from 255) = 15.36%
R=60.11%
G=24.53%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223915700.590.740.1312.2972.1754.9
HexDF5B3903B4ADc4837
Octal33713371073112151411067
Binary11011111101101111100101110111001010110111001001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5B39; }

 p { color: rgb(223,91,57); }

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

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

 a { background-color: rgb(223,91,57); }

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

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

 span { border-color: rgb(223,91,57); }

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