#D15636

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

Shades of Chilean Fire #D15636

Tints of Chilean Fire #D15636

Color information

#D15636 (or 0xD15636) is unknown color: approx Chilean Fire. HEX triplet: D1, 56 and 36. RGB value is (209,86,54). Sum of RGB (Red+Green+Blue) = 209+86+54=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 54 (21.48% from 255 or 15.47% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D15636 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15636 is #2EA9C9. Grayscale: #777777. Windows color (decimal): -3058122 or 3561169. OLE color: 3561169.

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

Color convert

RGB2098654-
CMYK00.590.740.18
HSL12.39º62.75%51.57%-
HSV(B)12.39º74.16%81.96%-
XYZ30.2920.485.85-
YUV119.1391.25192.1-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 59.89%
GREEN value IS 86 (33.98% from 255) = 24.64%
BLUE value IS 54 (21.48% from 255) = 15.47%
R=59.89%
G=24.64%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209865400.590.740.1812.3962.7551.57
HexD1563603B4A12c3f34
Octal3211266607311222147764
Binary11010001101011011011001110111001010100101100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15636; }

 p { color: rgb(209,86,54); }

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

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

 a { background-color: rgb(209,86,54); }

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

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

 span { border-color: rgb(209,86,54); }

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