#973C1C

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

Shades of Fire #973C1C

Tints of Fire #973C1C

Color information

#973C1C (or 0x973C1C) is unknown color: approx Fire. HEX triplet: 97, 3C and 1C. RGB value is (151,60,28). Sum of RGB (Red+Green+Blue) = 151+60+28=239 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.18% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 151 - color contains mainly: red. Hex color #973C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973C1C is #68C3E3. Grayscale: #535353. Windows color (decimal): -6865892 or 1850519. OLE color: 1850519.

HSL color Cylindrical-coordinate representation of color #973C1C: hue angle of 15.61º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #973C1C is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB1516028-
CMYK00.600.810.41
HSL15.61º68.72%35.1%-
HSV(B)15.61º81.46%59.22%-
XYZ14.599.892.24-
YUV83.5696.65176.1-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 63.18%
GREEN value IS 60 (23.83% from 255) = 25.10%
BLUE value IS 28 (11.33% from 255) = 11.72%
R=63.18%
G=25.10%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151602800.600.810.4115.6168.7235.1
Hex973C1C03C5129104523
Octal2277434074121512010543
Binary100101111111001110001111001010001101001100001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973C1C; }

 p { color: rgb(151,60,28); }

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

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

 a { background-color: rgb(151,60,28); }

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

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

 span { border-color: rgb(151,60,28); }

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