#D0592C

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

Shades of Chilean Fire #D0592C

Tints of Chilean Fire #D0592C

Color information

#D0592C (or 0xD0592C) is unknown color: approx Chilean Fire. HEX triplet: D0, 59 and 2C. RGB value is (208,89,44). Sum of RGB (Red+Green+Blue) = 208+89+44=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D0592C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0592C is #2FA6D3. Grayscale: #777777. Windows color (decimal): -3122900 or 2906576. OLE color: 2906576.

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

Color convert

RGB2088944-
CMYK00.570.790.18
HSL16.46º65.08%49.41%-
HSV(B)16.46º78.85%81.57%-
XYZ30.0420.744.8-
YUV119.4585.42191.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 61.00%
GREEN value IS 89 (35.16% from 255) = 26.10%
BLUE value IS 44 (17.58% from 255) = 12.90%
R=61.00%
G=26.10%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208894400.570.790.1816.4665.0849.41
HexD0592C0394F12104131
Octal32013154071117222010161
Binary1101000010110011011000111001100111110010100001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0592C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0592C; }

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

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

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

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

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

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

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

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