#D16038

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

Shades of Chilean Fire #D16038

Tints of Chilean Fire #D16038

Color information

#D16038 (or 0xD16038) is unknown color: approx Chilean Fire. HEX triplet: D1, 60 and 38. RGB value is (209,96,56). Sum of RGB (Red+Green+Blue) = 209+96+56=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D16038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16038 is #2E9FC7. Grayscale: #7D7D7D. Windows color (decimal): -3055560 or 3694801. OLE color: 3694801.

HSL color Cylindrical-coordinate representation of color #D16038: hue angle of 15.69º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D16038 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB2099656-
CMYK00.540.730.18
HSL15.69º62.45%51.96%-
HSV(B)15.69º73.21%81.96%-
XYZ31.1922.216.38-
YUV125.2388.94187.75-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.89%
GREEN value IS 96 (37.89% from 255) = 26.59%
BLUE value IS 56 (22.27% from 255) = 15.51%
R=57.89%
G=26.59%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209965600.540.730.1815.6962.4551.96
HexD160380364912103e34
Octal3211407006611122207664
Binary110100011100000111000011011010010011001010000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16038; }

 p { color: rgb(209,96,56); }

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

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

 a { background-color: rgb(209,96,56); }

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

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

 span { border-color: rgb(209,96,56); }

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