#df582b

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

Shades of Chilean Fire #DF582B

Tints of Chilean Fire #DF582B

Color information

#DF582B (or 0xDF582B) is unknown color: approx Chilean Fire. HEX triplet: DF, 58 and 2B. RGB value is (223,88,43). Sum of RGB (Red+Green+Blue) = 223+88+43=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF582B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF582B is #20A7D4. Grayscale: #7B7B7B. Windows color (decimal): -2140117 or 2840799. OLE color: 2840799.

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

Color convert

RGB2238843-
CMYK00.610.810.13
HSL15º73.77%52.16%-
HSV(B)15º80.72%87.45%-
XYZ34.3622.844.88-
YUV123.2482.73199.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 62.99%
GREEN value IS 88 (34.77% from 255) = 24.86%
BLUE value IS 43 (17.19% from 255) = 12.15%
R=62.99%
G=24.86%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223884300.610.810.131573.7752.16
HexDF582B03D51Df4a34
Octal33713053075121151711264
Binary11011111101100010101101111011010001110111111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df582b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df582b; }

 p { color: rgb(223,88,43); }

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

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

 a { background-color: rgb(223,88,43); }

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

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

 span { border-color: rgb(223,88,43); }

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