#DF573C

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

Shades of Chilean Fire #DF573C

Tints of Chilean Fire #DF573C

Color information

#DF573C (or 0xDF573C) is unknown color: approx Chilean Fire. HEX triplet: DF, 57 and 3C. RGB value is (223,87,60). Sum of RGB (Red+Green+Blue) = 223+87+60=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF573C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF573C is #20A8C3. Grayscale: #7C7C7C. Windows color (decimal): -2140356 or 3954655. OLE color: 3954655.

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

Color convert

RGB2238760-
CMYK00.610.730.13
HSL9.94º71.81%55.49%-
HSV(B)9.94º73.09%87.45%-
XYZ34.6622.836.86-
YUV124.5991.56198.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 60.27%
GREEN value IS 87 (34.38% from 255) = 23.51%
BLUE value IS 60 (23.83% from 255) = 16.22%
R=60.27%
G=23.51%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223876000.610.730.139.9471.8155.49
HexDF573C03D49Da4837
Octal33712774075111151211067
Binary11011111101011111110001111011001001110110101001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF573C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF573C; }

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

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

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

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

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

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

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

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