#D15E38

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

Shades of Chilean Fire #D15E38

Tints of Chilean Fire #D15E38

Color information

#D15E38 (or 0xD15E38) is unknown color: approx Chilean Fire. HEX triplet: D1, 5E and 38. RGB value is (209,94,56). Sum of RGB (Red+Green+Blue) = 209+94+56=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15E38 is #2EA1C7. Grayscale: #7C7C7C. Windows color (decimal): -3056072 or 3694289. OLE color: 3694289.

HSL color Cylindrical-coordinate representation of color #D15E38: hue angle of 14.9º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D15E38 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB2099456-
CMYK00.550.730.18
HSL14.9º62.45%51.96%-
HSV(B)14.9º73.21%81.96%-
XYZ31.0121.856.32-
YUV124.0589.6188.59-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.22%
GREEN value IS 94 (37.11% from 255) = 26.18%
BLUE value IS 56 (22.27% from 255) = 15.60%
R=58.22%
G=26.18%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209945600.550.730.1814.962.4551.96
HexD15E380374912f3e34
Octal3211367006711122177664
Binary11010001101111011100001101111001001100101111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15E38; }

 p { color: rgb(209,94,56); }

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

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

 a { background-color: rgb(209,94,56); }

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

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

 span { border-color: rgb(209,94,56); }

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