#D15B35

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

Shades of Chilean Fire #D15B35

Tints of Chilean Fire #D15B35

Color information

#D15B35 (or 0xD15B35) is unknown color: approx Chilean Fire. HEX triplet: D1, 5B and 35. RGB value is (209,91,53). Sum of RGB (Red+Green+Blue) = 209+91+53=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D15B35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15B35 is #2EA4CA. Grayscale: #7A7A7A. Windows color (decimal): -3056843 or 3496913. OLE color: 3496913.

HSL color Cylindrical-coordinate representation of color #D15B35: hue angle of 14.62º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D15B35 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB2099153-
CMYK00.560.750.18
HSL14.62º62.9%51.37%-
HSV(B)14.62º74.64%81.96%-
XYZ30.6821.295.86-
YUV121.9589.09190.09-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 59.21%
GREEN value IS 91 (35.94% from 255) = 25.78%
BLUE value IS 53 (21.09% from 255) = 15.01%
R=59.21%
G=25.78%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209915300.560.750.1814.6262.951.37
HexD15B350384B12f3f33
Octal3211336507011322177763
Binary11010001101101111010101110001001011100101111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15B35; }

 p { color: rgb(209,91,53); }

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

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

 a { background-color: rgb(209,91,53); }

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

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

 span { border-color: rgb(209,91,53); }

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