#D15C38

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

Shades of Chilean Fire #D15C38

Tints of Chilean Fire #D15C38

Color information

#D15C38 (or 0xD15C38) is unknown color: approx Chilean Fire. HEX triplet: D1, 5C and 38. RGB value is (209,92,56). Sum of RGB (Red+Green+Blue) = 209+92+56=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D15C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15C38 is #2EA3C7. Grayscale: #7B7B7B. Windows color (decimal): -3056584 or 3693777. OLE color: 3693777.

HSL color Cylindrical-coordinate representation of color #D15C38: hue angle of 14.12º 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 #D15C38 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB2099256-
CMYK00.560.730.18
HSL14.12º62.45%51.96%-
HSV(B)14.12º73.21%81.96%-
XYZ30.8421.56.27-
YUV122.8890.26189.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.54%
GREEN value IS 92 (36.33% from 255) = 25.77%
BLUE value IS 56 (22.27% from 255) = 15.69%
R=58.54%
G=25.77%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209925600.560.730.1814.1262.4551.96
HexD15C380384912e3e34
Octal3211347007011122167664
Binary11010001101110011100001110001001001100101110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15C38; }

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

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

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

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

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

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

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

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