#D15D3D

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

Shades of Chilean Fire #D15D3D

Tints of Chilean Fire #D15D3D

Color information

#D15D3D (or 0xD15D3D) is unknown color: approx Chilean Fire. HEX triplet: D1, 5D and 3D. RGB value is (209,93,61). Sum of RGB (Red+Green+Blue) = 209+93+61=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D15D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15D3D is #2EA2C2. Grayscale: #7C7C7C. Windows color (decimal): -3056323 or 4021713. OLE color: 4021713.

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

Color convert

RGB2099361-
CMYK00.560.710.18
HSL12.97º61.67%52.94%-
HSV(B)12.97º70.81%81.96%-
XYZ31.0521.726.97-
YUV124.0492.43188.6-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.58%
GREEN value IS 93 (36.72% from 255) = 25.62%
BLUE value IS 61 (24.22% from 255) = 16.80%
R=57.58%
G=25.62%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209936100.560.710.1812.9761.6752.94
HexD15D3D0384712d3e35
Octal3211357507010722157665
Binary11010001101110111110101110001000111100101101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15D3D; }

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

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

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

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

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

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

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

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