#D76131

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

Shades of Chilean Fire #D76131

Tints of Chilean Fire #D76131

Color information

#D76131 (or 0xD76131) is unknown color: approx Chilean Fire. HEX triplet: D7, 61 and 31. RGB value is (215,97,49). Sum of RGB (Red+Green+Blue) = 215+97+49=361 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.56% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 215 - color contains mainly: red. Hex color #D76131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76131 is #289ECE. Grayscale: #7F7F7F. Windows color (decimal): -2662095 or 3236311. OLE color: 3236311.

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

Color convert

RGB2159749-
CMYK00.550.770.16
HSL17.35º67.48%51.76%-
HSV(B)17.35º77.21%84.31%-
XYZ32.8523.225.66-
YUV126.8184.09190.9-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 59.56%
GREEN value IS 97 (38.28% from 255) = 26.87%
BLUE value IS 49 (19.53% from 255) = 13.57%
R=59.56%
G=26.87%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215974900.550.770.1617.3567.4851.76
HexD761310374D10114334
Octal32714161067115202110364
Binary1101011111000011100010110111100110110000100011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76131; }

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

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

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

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

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

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

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

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