#D1592A

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

Shades of Chilean Fire #D1592A

Tints of Chilean Fire #D1592A

Color information

#D1592A (or 0xD1592A) is unknown color: approx Chilean Fire. HEX triplet: D1, 59 and 2A. RGB value is (209,89,42). Sum of RGB (Red+Green+Blue) = 209+89+42=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 42 (16.80% from 255 or 12.35% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D1592A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1592A is #2EA6D5. Grayscale: #777777. Windows color (decimal): -3057366 or 2775505. OLE color: 2775505.

HSL color Cylindrical-coordinate representation of color #D1592A: hue angle of 16.89º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1592A is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB2098942-
CMYK00.570.800.18
HSL16.89º66.53%49.22%-
HSV(B)16.89º79.9%81.96%-
XYZ30.2820.874.62-
YUV119.5284.26191.82-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 61.47%
GREEN value IS 89 (35.16% from 255) = 26.18%
BLUE value IS 42 (16.80% from 255) = 12.35%
R=61.47%
G=26.18%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209894200.570.800.1816.8966.5349.22
HexD1592A0395012114331
Octal32113152071120222110361
Binary1101000110110011010100111001101000010010100011000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1592A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1592A; }

 p { color: rgb(209,89,42); }

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

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

 a { background-color: rgb(209,89,42); }

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

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

 span { border-color: rgb(209,89,42); }

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