#D15E2C

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

Shades of Chilean Fire #D15E2C

Tints of Chilean Fire #D15E2C

Color information

#D15E2C (or 0xD15E2C) is unknown color: approx Chilean Fire. HEX triplet: D1, 5E and 2C. RGB value is (209,94,44). Sum of RGB (Red+Green+Blue) = 209+94+44=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15E2C is #2EA1D3. Grayscale: #7B7B7B. Windows color (decimal): -3056084 or 2907857. OLE color: 2907857.

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

Color convert

RGB2099444-
CMYK00.550.790.18
HSL18.18º65.22%49.61%-
HSV(B)18.18º78.95%81.96%-
XYZ30.7521.744.96-
YUV122.6883.6189.57-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 60.23%
GREEN value IS 94 (37.11% from 255) = 27.09%
BLUE value IS 44 (17.58% from 255) = 12.68%
R=60.23%
G=27.09%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209944400.550.790.1818.1865.2249.61
HexD15E2C0374F12124132
Octal32113654067117222210162
Binary1101000110111101011000110111100111110010100101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15E2C; }

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

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

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

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

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

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

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

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