#DE5D38

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

Shades of Chilean Fire #DE5D38

Tints of Chilean Fire #DE5D38

Color information

#DE5D38 (or 0xDE5D38) is unknown color: approx Chilean Fire. HEX triplet: DE, 5D and 38. RGB value is (222,93,56). Sum of RGB (Red+Green+Blue) = 222+93+56=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5D38 is #21A2C7. Grayscale: #7F7F7F. Windows color (decimal): -2204360 or 3694046. OLE color: 3694046.

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

Color convert

RGB2229356-
CMYK00.580.750.13
HSL13.37º71.55%54.51%-
HSV(B)13.37º74.77%87.06%-
XYZ34.7523.646.47-
YUV127.3587.74195.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 59.84%
GREEN value IS 93 (36.72% from 255) = 25.07%
BLUE value IS 56 (22.27% from 255) = 15.09%
R=59.84%
G=25.07%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222935600.580.750.1313.3771.5554.51
HexDE5D3803A4BDd4837
Octal33613570072113151511067
Binary11011110101110111100001110101001011110111011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5D38; }

 p { color: rgb(222,93,56); }

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

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

 a { background-color: rgb(222,93,56); }

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

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

 span { border-color: rgb(222,93,56); }

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