#df5c27

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

Shades of Chilean Fire #DF5C27

Tints of Chilean Fire #DF5C27

Color information

#DF5C27 (or 0xDF5C27) is unknown color: approx Chilean Fire. HEX triplet: DF, 5C and 27. RGB value is (223,92,39). Sum of RGB (Red+Green+Blue) = 223+92+39=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5C27 is #20A3D8. Grayscale: #7D7D7D. Windows color (decimal): -2139097 or 2579679. OLE color: 2579679.

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

Color convert

RGB2239239-
CMYK00.590.830.13
HSL17.28º74.19%51.37%-
HSV(B)17.28º82.51%87.45%-
XYZ34.6223.494.63-
YUV125.1379.4197.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 62.99%
GREEN value IS 92 (36.33% from 255) = 25.99%
BLUE value IS 39 (15.62% from 255) = 11.02%
R=62.99%
G=25.99%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223923900.590.830.1317.2874.1951.37
HexDF5C2703B53D114a33
Octal33713447073123152111263
Binary110111111011100100111011101110100111101100011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df5c27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df5c27; }

 p { color: rgb(223,92,39); }

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

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

 a { background-color: rgb(223,92,39); }

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

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

 span { border-color: rgb(223,92,39); }

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