#D75627

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

Shades of Chilean Fire #D75627

Tints of Chilean Fire #D75627

Color information

#D75627 (or 0xD75627) is unknown color: approx Chilean Fire. HEX triplet: D7, 56 and 27. RGB value is (215,86,39). Sum of RGB (Red+Green+Blue) = 215+86+39=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 39 (15.62% from 255 or 11.47% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D75627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75627 is #28A9D8. Grayscale: #777777. Windows color (decimal): -2664921 or 2578135. OLE color: 2578135.

HSL color Cylindrical-coordinate representation of color #D75627: hue angle of 16.02º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D75627 is Cyan = 0, Magento = 0.6, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB2158639-
CMYK00.60.820.16
HSL16.02º69.29%49.8%-
HSV(B)16.02º81.86%84.31%-
XYZ31.7221.254.35-
YUV119.2182.74196.32-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 63.24%
GREEN value IS 86 (33.98% from 255) = 25.29%
BLUE value IS 39 (15.62% from 255) = 11.47%
R=63.24%
G=25.29%
B=11.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215863900.60.820.1616.0269.2949.8
HexD7562703C5210104532
Octal32712647074122202010562
Binary1101011110101101001110111100101001010000100001000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75627; }

 p { color: rgb(215,86,39); }

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

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

 a { background-color: rgb(215,86,39); }

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

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

 span { border-color: rgb(215,86,39); }

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