#DE5929

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

Shades of Chilean Fire #DE5929

Tints of Chilean Fire #DE5929

Color information

#DE5929 (or 0xDE5929) is unknown color: approx Chilean Fire. HEX triplet: DE, 59 and 29. RGB value is (222,89,41). Sum of RGB (Red+Green+Blue) = 222+89+41=352 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.07% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 41 (16.41% from 255 or 11.65% from 352); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5929 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5929 is #21A6D6. Grayscale: #7B7B7B. Windows color (decimal): -2205399 or 2709982. OLE color: 2709982.

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

Color convert

RGB2228941-
CMYK00.600.820.13
HSL15.91º73.28%51.57%-
HSV(B)15.91º81.53%87.06%-
XYZ34.122.834.71-
YUV123.381.56198.4-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 63.07%
GREEN value IS 89 (35.16% from 255) = 25.28%
BLUE value IS 41 (16.41% from 255) = 11.65%
R=63.07%
G=25.28%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222894100.600.820.1315.9173.2851.57
HexDE592903C52D104934
Octal33613151074122152011164
Binary110111101011001101001011110010100101101100001001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5929; }

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

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

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

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

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

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

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

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