#D15F38

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

Shades of Chilean Fire #D15F38

Tints of Chilean Fire #D15F38

Color information

#D15F38 (or 0xD15F38) is unknown color: approx Chilean Fire. HEX triplet: D1, 5F and 38. RGB value is (209,95,56). Sum of RGB (Red+Green+Blue) = 209+95+56=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 56 (22.27% from 255 or 15.56% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15F38 is #2EA0C7. Grayscale: #7C7C7C. Windows color (decimal): -3055816 or 3694545. OLE color: 3694545.

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

Color convert

RGB2099556-
CMYK00.550.730.18
HSL15.29º62.45%51.96%-
HSV(B)15.29º73.21%81.96%-
XYZ31.122.036.35-
YUV124.6489.27188.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.06%
GREEN value IS 95 (37.5% from 255) = 26.39%
BLUE value IS 56 (22.27% from 255) = 15.56%
R=58.06%
G=26.39%
B=15.56%

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
Decimal209955600.550.730.1815.2962.4551.96
HexD15F380374912f3e34
Octal3211377006711122177664
Binary11010001101111111100001101111001001100101111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15F38; }

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

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

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

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

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

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

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

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