#D1582C

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

Shades of Chilean Fire #D1582C

Tints of Chilean Fire #D1582C

Color information

#D1582C (or 0xD1582C) is unknown color: approx Chilean Fire. HEX triplet: D1, 58 and 2C. RGB value is (209,88,44). Sum of RGB (Red+Green+Blue) = 209+88+44=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D1582C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1582C is #2EA7D3. Grayscale: #777777. Windows color (decimal): -3057620 or 2906321. OLE color: 2906321.

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

Color convert

RGB2098844-
CMYK00.580.790.18
HSL16º65.22%49.61%-
HSV(B)16º78.95%81.96%-
XYZ30.2420.724.79-
YUV119.1685.59192.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 61.29%
GREEN value IS 88 (34.77% from 255) = 25.81%
BLUE value IS 44 (17.58% from 255) = 12.90%
R=61.29%
G=25.81%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209884400.580.790.181665.2249.61
HexD1582C03A4F12104132
Octal32113054072117222010162
Binary1101000110110001011000111010100111110010100001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1582C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1582C; }

 p { color: rgb(209,88,44); }

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

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

 a { background-color: rgb(209,88,44); }

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

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

 span { border-color: rgb(209,88,44); }

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