#D15E3D

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

Shades of Chilean Fire #D15E3D

Tints of Chilean Fire #D15E3D

Color information

#D15E3D (or 0xD15E3D) is unknown color: approx Chilean Fire. HEX triplet: D1, 5E and 3D. RGB value is (209,94,61). Sum of RGB (Red+Green+Blue) = 209+94+61=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15E3D is #2EA1C2. Grayscale: #7C7C7C. Windows color (decimal): -3056067 or 4021969. OLE color: 4021969.

HSL color Cylindrical-coordinate representation of color #D15E3D: hue angle of 13.38º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D15E3D is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB2099461-
CMYK00.550.710.18
HSL13.38º61.67%52.94%-
HSV(B)13.38º70.81%81.96%-
XYZ31.1421.97-
YUV124.6292.1188.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.42%
GREEN value IS 94 (37.11% from 255) = 25.82%
BLUE value IS 61 (24.22% from 255) = 16.76%
R=57.42%
G=25.82%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209946100.550.710.1813.3861.6752.94
HexD15E3D0374712d3e35
Octal3211367506710722157665
Binary11010001101111011110101101111000111100101101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15E3D; }

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

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

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

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

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

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

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

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