#DF5327

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

Shades of Chilean Fire #DF5327

Tints of Chilean Fire #DF5327

Color information

#DF5327 (or 0xDF5327) is unknown color: approx Chilean Fire. HEX triplet: DF, 53 and 27. RGB value is (223,83,39). Sum of RGB (Red+Green+Blue) = 223+83+39=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5327 is #20ACD8. Grayscale: #787878. Windows color (decimal): -2141401 or 2577375. OLE color: 2577375.

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

Color convert

RGB2238339-
CMYK00.630.830.13
HSL14.35º74.19%51.37%-
HSV(B)14.35º82.51%87.45%-
XYZ33.8922.024.38-
YUV119.8482.38201.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 64.64%
GREEN value IS 83 (32.81% from 255) = 24.06%
BLUE value IS 39 (15.62% from 255) = 11.30%
R=64.64%
G=24.06%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223833900.630.830.1314.3574.1951.37
HexDF532703F53De4a33
Octal33712347077123151611263
Binary11011111101001110011101111111010011110111101001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5327; }

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

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

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

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

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

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

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

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