#D15F3D

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

Shades of Chilean Fire #D15F3D

Tints of Chilean Fire #D15F3D

Color information

#D15F3D (or 0xD15F3D) is unknown color: approx Chilean Fire. HEX triplet: D1, 5F and 3D. RGB value is (209,95,61). Sum of RGB (Red+Green+Blue) = 209+95+61=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15F3D is #2EA0C2. Grayscale: #7D7D7D. Windows color (decimal): -3055811 or 4022225. OLE color: 4022225.

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

Color convert

RGB2099561-
CMYK00.550.710.18
HSL13.78º61.67%52.94%-
HSV(B)13.78º70.81%81.96%-
XYZ31.2322.087.03-
YUV125.2191.77187.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.26%
GREEN value IS 95 (37.5% from 255) = 26.03%
BLUE value IS 61 (24.22% from 255) = 16.71%
R=57.26%
G=26.03%
B=16.71%

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
Decimal209956100.550.710.1813.7861.6752.94
HexD15F3D0374712e3e35
Octal3211377506710722167665
Binary11010001101111111110101101111000111100101110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15F3D; }

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

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

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

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

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

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

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

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