#D1562D

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

Shades of Chilean Fire #D1562D

Tints of Chilean Fire #D1562D

Color information

#D1562D (or 0xD1562D) is unknown color: approx Chilean Fire. HEX triplet: D1, 56 and 2D. RGB value is (209,86,45). Sum of RGB (Red+Green+Blue) = 209+86+45=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D1562D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1562D is #2EA9D2. Grayscale: #767676. Windows color (decimal): -3058131 or 2971345. OLE color: 2971345.

HSL color Cylindrical-coordinate representation of color #D1562D: hue angle of 15º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1562D is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB2098645-
CMYK00.590.780.18
HSL15º64.57%49.8%-
HSV(B)15º78.47%81.96%-
XYZ30.120.44.83-
YUV118.186.75192.83-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 61.47%
GREEN value IS 86 (33.98% from 255) = 25.29%
BLUE value IS 45 (17.97% from 255) = 13.24%
R=61.47%
G=25.29%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209864500.590.780.181564.5749.8
HexD1562D03B4E12f4132
Octal32112655073116221710162
Binary110100011010110101101011101110011101001011111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1562D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1562D; }

 p { color: rgb(209,86,45); }

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

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

 a { background-color: rgb(209,86,45); }

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

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

 span { border-color: rgb(209,86,45); }

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