#D95639

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

Shades of Chilean Fire #D95639

Tints of Chilean Fire #D95639

Color information

#D95639 (or 0xD95639) is unknown color: approx Chilean Fire. HEX triplet: D9, 56 and 39. RGB value is (217,86,57). Sum of RGB (Red+Green+Blue) = 217+86+57=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 57 (22.66% from 255 or 15.83% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D95639 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95639 is #26A9C6. Grayscale: #7A7A7A. Windows color (decimal): -2533831 or 3757785. OLE color: 3757785.

HSL color Cylindrical-coordinate representation of color #D95639: hue angle of 10.88º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D95639 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB2178657-
CMYK00.600.740.15
HSL10.88º67.8%53.73%-
HSV(B)10.88º73.73%85.1%-
XYZ32.6821.76.34-
YUV121.8691.4195.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 60.28%
GREEN value IS 86 (33.98% from 255) = 23.89%
BLUE value IS 57 (22.66% from 255) = 15.83%
R=60.28%
G=23.89%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217865700.600.740.1510.8867.853.73
HexD9563903C4AFb4436
Octal33112671074112171310466
Binary11011001101011011100101111001001010111110111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95639; }

 p { color: rgb(217,86,57); }

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

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

 a { background-color: rgb(217,86,57); }

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

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

 span { border-color: rgb(217,86,57); }

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