#d15a2c

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

Shades of Chilean Fire #D15A2C

Tints of Chilean Fire #D15A2C

Color information

#D15A2C (or 0xD15A2C) is unknown color: approx Chilean Fire. HEX triplet: D1, 5A and 2C. RGB value is (209,90,44). Sum of RGB (Red+Green+Blue) = 209+90+44=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 44 (17.58% from 255 or 12.83% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D15A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15A2C is #2EA5D3. Grayscale: #787878. Windows color (decimal): -3057108 or 2906833. OLE color: 2906833.

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

Color convert

RGB2099044-
CMYK00.570.790.18
HSL16.73º65.22%49.61%-
HSV(B)16.73º78.95%81.96%-
XYZ30.4121.054.84-
YUV120.3484.92191.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 60.93%
GREEN value IS 90 (35.55% from 255) = 26.24%
BLUE value IS 44 (17.58% from 255) = 12.83%
R=60.93%
G=26.24%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209904400.570.790.1816.7365.2249.61
HexD15A2C0394F12114132
Octal32113254071117222110162
Binary1101000110110101011000111001100111110010100011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d15a2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d15a2c; }

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

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

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

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

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

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

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

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