#DE5429

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

Shades of Chilean Fire #DE5429

Tints of Chilean Fire #DE5429

Color information

#DE5429 (or 0xDE5429) is unknown color: approx Chilean Fire. HEX triplet: DE, 54 and 29. RGB value is (222,84,41). Sum of RGB (Red+Green+Blue) = 222+84+41=347 (45% of max value = 765). Red value is 222 (87.11% from 255 or 63.98% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 41 (16.41% from 255 or 11.82% from 347); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5429 is #21ABD6. Grayscale: #787878. Windows color (decimal): -2206679 or 2708702. OLE color: 2708702.

HSL color Cylindrical-coordinate representation of color #DE5429: hue angle of 14.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 #DE5429 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB2228441-
CMYK00.620.820.13
HSL14.25º73.28%51.57%-
HSV(B)14.25º81.53%87.06%-
XYZ33.6922.034.57-
YUV120.3683.22200.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 63.98%
GREEN value IS 84 (33.20% from 255) = 24.21%
BLUE value IS 41 (16.41% from 255) = 11.82%
R=63.98%
G=24.21%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222844100.620.820.1314.2573.2851.57
HexDE542903E52De4934
Octal33612451076122151611164
Binary11011110101010010100101111101010010110111101001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5429; }

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

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

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

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

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

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

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

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