#DE5A3C

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

Shades of Chilean Fire #DE5A3C

Tints of Chilean Fire #DE5A3C

Color information

#DE5A3C (or 0xDE5A3C) is unknown color: approx Chilean Fire. HEX triplet: DE, 5A and 3C. RGB value is (222,90,60). Sum of RGB (Red+Green+Blue) = 222+90+60=372 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.68% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 60 (23.83% from 255 or 16.13% from 372); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5A3C is #21A5C3. Grayscale: #7E7E7E. Windows color (decimal): -2205124 or 3955422. OLE color: 3955422.

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

Color convert

RGB2229060-
CMYK00.590.730.13
HSL11.11º71.05%55.29%-
HSV(B)11.11º72.97%87.06%-
XYZ34.623.176.92-
YUV126.0590.73196.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 59.68%
GREEN value IS 90 (35.55% from 255) = 24.19%
BLUE value IS 60 (23.83% from 255) = 16.13%
R=59.68%
G=24.19%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222906000.590.730.1311.1171.0555.29
HexDE5A3C03B49Db4737
Octal33613274073111151310767
Binary11011110101101011110001110111001001110110111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5A3C; }

 p { color: rgb(222,90,60); }

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

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

 a { background-color: rgb(222,90,60); }

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

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

 span { border-color: rgb(222,90,60); }

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