#DD5439

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

Shades of Chilean Fire #DD5439

Tints of Chilean Fire #DD5439

Color information

#DD5439 (or 0xDD5439) is unknown color: approx Chilean Fire. HEX triplet: DD, 54 and 39. RGB value is (221,84,57). Sum of RGB (Red+Green+Blue) = 221+84+57=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 57 (22.66% from 255 or 15.75% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5439 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5439 is #22ABC6. Grayscale: #7A7A7A. Windows color (decimal): -2272199 or 3757277. OLE color: 3757277.

HSL color Cylindrical-coordinate representation of color #DD5439: hue angle of 9.88º degrees, saturation: 0.71, 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 #DD5439 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB2218457-
CMYK00.620.740.13
HSL9.88º70.69%54.51%-
HSV(B)9.88º74.21%86.67%-
XYZ33.7322.016.34-
YUV121.8891.39198.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 61.05%
GREEN value IS 84 (33.20% from 255) = 23.20%
BLUE value IS 57 (22.66% from 255) = 15.75%
R=61.05%
G=23.20%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221845700.620.740.139.8870.6954.51
HexDD543903E4ADa4737
Octal33512471076112151210767
Binary11011101101010011100101111101001010110110101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5439; }

 p { color: rgb(221,84,57); }

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

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

 a { background-color: rgb(221,84,57); }

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

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

 span { border-color: rgb(221,84,57); }

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