#D75F31

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

Shades of Chilean Fire #D75F31

Tints of Chilean Fire #D75F31

Color information

#D75F31 (or 0xD75F31) is unknown color: approx Chilean Fire. HEX triplet: D7, 5F and 31. RGB value is (215,95,49). Sum of RGB (Red+Green+Blue) = 215+95+49=359 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.89% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 49 (19.53% from 255 or 13.65% from 359); Max value from RGB is 215 - color contains mainly: red. Hex color #D75F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75F31 is #28A0CE. Grayscale: #7D7D7D. Windows color (decimal): -2662607 or 3235799. OLE color: 3235799.

HSL color Cylindrical-coordinate representation of color #D75F31: hue angle of 16.63º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D75F31 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB2159549-
CMYK00.560.770.16
HSL16.63º67.48%51.76%-
HSV(B)16.63º77.21%84.31%-
XYZ32.6722.855.59-
YUV125.6484.76191.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 59.89%
GREEN value IS 95 (37.5% from 255) = 26.46%
BLUE value IS 49 (19.53% from 255) = 13.65%
R=59.89%
G=26.46%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215954900.560.770.1616.6367.4851.76
HexD75F310384D10114334
Octal32713761070115202110364
Binary1101011110111111100010111000100110110000100011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75F31; }

 p { color: rgb(215,95,49); }

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

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

 a { background-color: rgb(215,95,49); }

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

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

 span { border-color: rgb(215,95,49); }

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