#D15538

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

Shades of Chilean Fire #D15538

Tints of Chilean Fire #D15538

Color information

#D15538 (or 0xD15538) is unknown color: approx Chilean Fire. HEX triplet: D1, 55 and 38. RGB value is (209,85,56). Sum of RGB (Red+Green+Blue) = 209+85+56=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D15538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15538 is #2EAAC7. Grayscale: #777777. Windows color (decimal): -3058376 or 3691985. OLE color: 3691985.

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

Color convert

RGB2098556-
CMYK00.590.730.18
HSL11.37º62.45%51.96%-
HSV(B)11.37º73.21%81.96%-
XYZ30.2620.346.07-
YUV118.7792.58192.36-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 59.71%
GREEN value IS 85 (33.59% from 255) = 24.29%
BLUE value IS 56 (22.27% from 255) = 16%
R=59.71%
G=24.29%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209855600.590.730.1811.3762.4551.96
HexD1553803B4912b3e34
Octal3211257007311122137664
Binary11010001101010111100001110111001001100101011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15538; }

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

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

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

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

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

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

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

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