#D15B2D

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

Shades of Chilean Fire #D15B2D

Tints of Chilean Fire #D15B2D

Color information

#D15B2D (or 0xD15B2D) is unknown color: approx Chilean Fire. HEX triplet: D1, 5B and 2D. RGB value is (209,91,45). Sum of RGB (Red+Green+Blue) = 209+91+45=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D15B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15B2D is #2EA4D2. Grayscale: #797979. Windows color (decimal): -3056851 or 2972625. OLE color: 2972625.

HSL color Cylindrical-coordinate representation of color #D15B2D: hue angle of 16.83º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D15B2D is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB2099145-
CMYK00.560.780.18
HSL16.83º64.57%49.8%-
HSV(B)16.83º78.47%81.96%-
XYZ30.5121.234.97-
YUV121.0485.09190.74-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 60.58%
GREEN value IS 91 (35.94% from 255) = 26.38%
BLUE value IS 45 (17.97% from 255) = 13.04%
R=60.58%
G=26.38%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209914500.560.780.1816.8364.5749.8
HexD15B2D0384E12114132
Octal32113355070116222110162
Binary1101000110110111011010111000100111010010100011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15B2D; }

 p { color: rgb(209,91,45); }

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

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

 a { background-color: rgb(209,91,45); }

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

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

 span { border-color: rgb(209,91,45); }

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