#D15A39

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

Shades of Chilean Fire #D15A39

Tints of Chilean Fire #D15A39

Color information

#D15A39 (or 0xD15A39) is unknown color: approx Chilean Fire. HEX triplet: D1, 5A and 39. RGB value is (209,90,57). Sum of RGB (Red+Green+Blue) = 209+90+57=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D15A39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15A39 is #2EA5C6. Grayscale: #7A7A7A. Windows color (decimal): -3057095 or 3758801. OLE color: 3758801.

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

Color convert

RGB2099057-
CMYK00.570.730.18
HSL13.03º62.3%52.16%-
HSV(B)13.03º72.73%81.96%-
XYZ30.6921.166.34-
YUV121.8291.42190.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.71%
GREEN value IS 90 (35.55% from 255) = 25.28%
BLUE value IS 57 (22.66% from 255) = 16.01%
R=58.71%
G=25.28%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209905700.570.730.1813.0362.352.16
HexD15A390394912d3e34
Octal3211327107111122157664
Binary11010001101101011100101110011001001100101101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15A39; }

 p { color: rgb(209,90,57); }

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

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

 a { background-color: rgb(209,90,57); }

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

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

 span { border-color: rgb(209,90,57); }

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