#DE5729

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

Shades of Chilean Fire #DE5729

Tints of Chilean Fire #DE5729

Color information

#DE5729 (or 0xDE5729) is unknown color: approx Chilean Fire. HEX triplet: DE, 57 and 29. RGB value is (222,87,41). Sum of RGB (Red+Green+Blue) = 222+87+41=350 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.43% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 41 (16.41% from 255 or 11.71% from 350); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5729 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5729 is #21A8D6. Grayscale: #7A7A7A. Windows color (decimal): -2205911 or 2709470. OLE color: 2709470.

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

Color convert

RGB2228741-
CMYK00.610.820.13
HSL15.25º73.28%51.57%-
HSV(B)15.25º81.53%87.06%-
XYZ33.9322.514.65-
YUV122.1282.23199.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 63.43%
GREEN value IS 87 (34.38% from 255) = 24.86%
BLUE value IS 41 (16.41% from 255) = 11.71%
R=63.43%
G=24.86%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222874100.610.820.1315.2573.2851.57
HexDE572903D52Df4934
Octal33612751075122151711164
Binary11011110101011110100101111011010010110111111001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5729; }

 p { color: rgb(222,87,41); }

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

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

 a { background-color: rgb(222,87,41); }

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

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

 span { border-color: rgb(222,87,41); }

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