#D1572B

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

Shades of Chilean Fire #D1572B

Tints of Chilean Fire #D1572B

Color information

#D1572B (or 0xD1572B) is unknown color: approx Chilean Fire. HEX triplet: D1, 57 and 2B. RGB value is (209,87,43). Sum of RGB (Red+Green+Blue) = 209+87+43=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D1572B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1572B is #2EA8D4. Grayscale: #767676. Windows color (decimal): -3057877 or 2840529. OLE color: 2840529.

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

Color convert

RGB2098743-
CMYK00.580.790.18
HSL15.9º65.87%49.41%-
HSV(B)15.9º79.43%81.96%-
XYZ30.1420.554.66-
YUV118.4685.42192.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 61.65%
GREEN value IS 87 (34.38% from 255) = 25.66%
BLUE value IS 43 (17.19% from 255) = 12.68%
R=61.65%
G=25.66%
B=12.68%

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
Decimal209874300.580.790.1815.965.8749.41
HexD1572B03A4F12104231
Octal32112753072117222010261
Binary1101000110101111010110111010100111110010100001000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1572B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1572B; }

 p { color: rgb(209,87,43); }

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

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

 a { background-color: rgb(209,87,43); }

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

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

 span { border-color: rgb(209,87,43); }

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