#D16638

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

Shades of Chilean Fire #D16638

Tints of Chilean Fire #D16638

Color information

#D16638 (or 0xD16638) is unknown color: approx Chilean Fire. HEX triplet: D1, 66 and 38. RGB value is (209,102,56). Sum of RGB (Red+Green+Blue) = 209+102+56=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 56 (22.27% from 255 or 15.26% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D16638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16638 is #2E99C7. Grayscale: #818181. Windows color (decimal): -3054024 or 3696337. OLE color: 3696337.

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

Color convert

RGB20910256-
CMYK00.510.730.18
HSL18.04º62.45%51.96%-
HSV(B)18.04º73.21%81.96%-
XYZ31.7623.346.57-
YUV128.7586.95185.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.95%
GREEN value IS 102 (40.23% from 255) = 27.79%
BLUE value IS 56 (22.27% from 255) = 15.26%
R=56.95%
G=27.79%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091025600.510.730.1818.0462.4551.96
HexD166380334912123e34
Octal3211467006311122227664
Binary110100011100110111000011001110010011001010010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16638; }

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

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

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

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

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

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

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

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