#D75E27

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

Shades of Chilean Fire #D75E27

Tints of Chilean Fire #D75E27

Color information

#D75E27 (or 0xD75E27) is unknown color: approx Chilean Fire. HEX triplet: D7, 5E and 27. RGB value is (215,94,39). Sum of RGB (Red+Green+Blue) = 215+94+39=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D75E27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75E27 is #28A1D8. Grayscale: #7C7C7C. Windows color (decimal): -2662873 or 2580183. OLE color: 2580183.

HSL color Cylindrical-coordinate representation of color #D75E27: hue angle of 18.75º 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 #D75E27 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB2159439-
CMYK00.560.820.16
HSL18.75º69.29%49.8%-
HSV(B)18.75º81.86%84.31%-
XYZ32.3922.64.57-
YUV123.9180.09192.97-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 61.78%
GREEN value IS 94 (37.11% from 255) = 27.01%
BLUE value IS 39 (15.62% from 255) = 11.21%
R=61.78%
G=27.01%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215943900.560.820.1618.7569.2949.8
HexD75E270385210134532
Octal32713647070122202310562
Binary1101011110111101001110111000101001010000100111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75E27; }

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

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

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

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

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

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

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

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