#DE5631

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

Shades of Chilean Fire #DE5631

Tints of Chilean Fire #DE5631

Color information

#DE5631 (or 0xDE5631) is unknown color: approx Chilean Fire. HEX triplet: DE, 56 and 31. RGB value is (222,86,49). Sum of RGB (Red+Green+Blue) = 222+86+49=357 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.18% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5631 is #21A9CE. Grayscale: #7A7A7A. Windows color (decimal): -2206159 or 3233502. OLE color: 3233502.

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

Color convert

RGB2228649-
CMYK00.610.780.13
HSL12.83º72.38%53.14%-
HSV(B)12.83º77.93%87.06%-
XYZ34.0122.415.44-
YUV122.4586.56199.01-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 62.18%
GREEN value IS 86 (33.98% from 255) = 24.09%
BLUE value IS 49 (19.53% from 255) = 13.73%
R=62.18%
G=24.09%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222864900.610.780.1312.8372.3853.14
HexDE563103D4EDd4835
Octal33612661075116151511065
Binary11011110101011011000101111011001110110111011001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5631; }

 p { color: rgb(222,86,49); }

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

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

 a { background-color: rgb(222,86,49); }

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

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

 span { border-color: rgb(222,86,49); }

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