#D2592C

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

Shades of Chilean Fire #D2592C

Tints of Chilean Fire #D2592C

Color information

#D2592C (or 0xD2592C) is unknown color: approx Chilean Fire. HEX triplet: D2, 59 and 2C. RGB value is (210,89,44). Sum of RGB (Red+Green+Blue) = 210+89+44=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 44 (17.58% from 255 or 12.83% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D2592C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2592C is #2DA6D3. Grayscale: #787878. Windows color (decimal): -2991828 or 2906578. OLE color: 2906578.

HSL color Cylindrical-coordinate representation of color #D2592C: hue angle of 16.27º 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 #D2592C is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB2108944-
CMYK00.580.790.18
HSL16.27º65.35%49.8%-
HSV(B)16.27º79.05%82.35%-
XYZ30.6121.034.83-
YUV120.0585.09192.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 61.22%
GREEN value IS 89 (35.16% from 255) = 25.95%
BLUE value IS 44 (17.58% from 255) = 12.83%
R=61.22%
G=25.95%
B=12.83%

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
Decimal210894400.580.790.1816.2765.3549.8
HexD2592C03A4F12104132
Octal32213154072117222010162
Binary1101001010110011011000111010100111110010100001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2592C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2592C; }

 p { color: rgb(210,89,44); }

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

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

 a { background-color: rgb(210,89,44); }

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

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

 span { border-color: rgb(210,89,44); }

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